Skip to content

v0.8.3

Choose a tag to compare

@lalwani lalwani released this 14 Jul 20:58
· 9 commits to master since this release
ca333d2

Added support for authorization code oauth flow with pkce
Following this rfs https://datatracker.ietf.org/doc/html/rfc7636 added a token endpoint to fetch oauth tokens using authorization code and verifier.

  • Added AuthorizationCodeGrantFlow class to send a network request to fetch oauth tokens