This repository was archived by the owner on Sep 9, 2022. It is now read-only.
v2.0.0
- Added support for JWT
- Added basic support for OpenID Connect
- Improved hashing algorithms
- Changed datetime handling to use
DateTimeOffsetto normalize time handling
Breaking changes:
- Added required
UserRepositoryproperty onSentinelAuthorizationServerOptions. This is used to validate usernames and passwords - Added required
ClientRepositoryproperty onSentinelAuthorizationServerOptions. This is used to validate clients - Added required
IssuerUriproperty onSentinelAuthorizationServerOptions. This should be set to the uri of the site Sentinel is hosted on