- Remove
implicitGrant
, and inline it intorequestAuthorizationCode
.
- Parse+verify client for
authorization_code
.
- Pass
client
toexchangeAuthorizationCodeForToken
. - Apply
package:pedantic
.
- Updates
- Support
device_code
grants. - Add support for PKCE.
- Angel 2 support.
- Dart2 updates + backwards compatibility assurance.