Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 438 Bytes

CHANGELOG.md

File metadata and controls

20 lines (15 loc) · 438 Bytes

2.3.0

  • Remove implicitGrant, and inline it into requestAuthorizationCode.

2.2.0+1

  • Parse+verify client for authorization_code.

2.2.0

  • Pass client to exchangeAuthorizationCodeForToken.
  • Apply package:pedantic.

2.1.0

  • Updates
  • Support device_code grants.
  • Add support for PKCE.

2.0.0

  • Angel 2 support.

1.0.0+1

  • Dart2 updates + backwards compatibility assurance.