Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 1.05 KB

File metadata and controls

54 lines (29 loc) · 1.05 KB

0.0.12

  • Upgrades fresh_dio to 0.6.0
  • Injects the issuedAt timestamp into the token decoder

0.0.11+1

  • Adds PR credit

0.0.11

  • Actually awaits the refresh method so reauthentication can happen (by @bocsir in #7)

0.0.10

  • Dependency upgrades

0.0.9

  • Only validates a refresh token nonce if it exists

0.0.8

  • Makes OAuth2ClientCredentials.secret optional (by @mike-500 in #5)

0.0.7

  • Adds support for end_session_endpoint
  • Improves the utility of OAuth2Endpoints.base

0.0.6

  • Specifies a generic type on the Fresh field

0.0.5

  • Fixes token refresh serialization issue

0.0.4

  • Adds interceptCallback parameter to allow for custom interception of the callback URL
  • Adds isAuthenticated method to check if the user is authenticated

0.0.3

  • Supports discovery

0.0.2

  • Adds token revocation support

0.0.1

  • Initial release