angel3_oauth2 4.1.0
angel3_oauth2: ^4.1.0 copied to clipboard
A class containing handlers that can be used within Angel to build a spec-compliant OAuth 2.0 server.
Change Log #
4.1.0 #
- Updated linter to
package:lints
4.0.0 #
- Migrated to support Dart SDK 2.12.x NNBD
3.0.0 #
- Migrated to work with Dart SDK 2.12.x Non NNBD
2.3.0 #
- Remove
implicitGrant
, and inline it intorequestAuthorizationCode
.
2.2.0+1 #
- Parse+verify client for
authorization_code
.
2.2.0 #
- Pass
client
toexchangeAuthorizationCodeForToken
. - Apply
package:pedantic
.
2.0.0 #
- Angel 2 support.
1.0.0+1 #
- Dart2 updates + backwards compatibility assurance.