1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-06 12:12:18 -05:00

22 Commits

Author SHA1 Message Date
Kyle Spearrin
bd0c960e9f move domains to Models.Table 2017-03-08 21:45:08 -05:00
Kyle Spearrin
900e71d4dd return share information with cipher API response 2017-02-21 22:52:02 -05:00
Kyle Spearrin
9ca2baba74 pub/priv keys and share updates 2017-02-21 00:27:32 -05:00
Kyle Spearrin
024ee08907 public and private keys added to db and user domain. added account APIs got getting and putting keys. 2017-02-11 23:00:55 -05:00
Kyle Spearrin
3ad25fc9eb return existing device for token 2017-02-07 21:33:25 -05:00
Kyle Spearrin
8514d1f16d Parse enum as to accept 0 values or full string values 2017-01-28 17:28:28 -05:00
Kyle Spearrin
5f573355dc device registration on auth bearer migration 2017-01-25 23:03:07 -05:00
Kyle Spearrin
f2d58a3678 Moved identity implementations to scoped lifetime since they have dependencies on CurrentContext 2017-01-25 22:31:14 -05:00
Kyle Spearrin
5b7af84208 remove trial_exp claim 2017-01-25 19:06:36 -05:00
Kyle Spearrin
3c4b965f8a cleanup using 2017-01-25 00:38:21 -05:00
Kyle Spearrin
4a5366005a use GetUserByPrincipalAsync 2017-01-25 00:38:09 -05:00
Kyle Spearrin
ac18893d67 formatting 2017-01-25 00:35:52 -05:00
Kyle Spearrin
d1a5421f69 TwoFactorProviders only for two factor response 2017-01-25 00:30:55 -05:00
Kyle Spearrin
9fe2a4dfb5 cleanup ResourceOwnerPasswordValidator 2017-01-25 00:28:18 -05:00
Kyle Spearrin
9a10382b46 formatting fixes 2017-01-24 22:23:11 -05:00
Kyle Spearrin
8a83600e52 Move claims issuance and security stamp checks out into profile service. moved context sets out of identity implementations and into get methods. 2017-01-24 22:15:21 -05:00
Kyle Spearrin
cb5419aca8 added two factor provider to response and device update on old auth bearer conversion 2017-01-24 00:59:14 -05:00
Kyle Spearrin
2b14dd320e adjusted claims 2017-01-24 00:54:09 -05:00
Kyle Spearrin
97c14100d2 build jwtoptions from JwtBearerAppBuilderExtensions 2017-01-21 23:35:20 -05:00
Kyle Spearrin
220243c8b4 validate old auth bearer tokens so that we can generate new identity ones 2017-01-21 23:12:28 -05:00
Kyle Spearrin
52b8fef26f identitysever cleanup 2017-01-20 22:26:19 -05:00
Kyle Spearrin
3348b07ce2 Move idenityserver implementations into API project 2017-01-18 18:34:14 -05:00