Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

v2.0.0

Choose a tag to compare

@azzlack azzlack released this 26 Oct 11:10
  • Added support for JWT
  • Added basic support for OpenID Connect
  • Improved hashing algorithms
  • Changed datetime handling to use DateTimeOffset to normalize time handling

Breaking changes:

  • Added required UserRepository property on SentinelAuthorizationServerOptions. This is used to validate usernames and passwords
  • Added required ClientRepository property on SentinelAuthorizationServerOptions. This is used to validate clients
  • Added required IssuerUri property on SentinelAuthorizationServerOptions. This should be set to the uri of the site Sentinel is hosted on