Skip to content

v0.2.0

Choose a tag to compare

@danschultzer danschultzer released this 04 Nov 05:26
· 62 commits to master since this release

Breaking changes

  • All strategies has had the following methods updated:
    • authorize_url(conn: conn, config: config) -> authorize_url(conn, config)
    • callback(conn: conn, config: config, params: params) -> callback(conn, config, params)

Changes

  • authorization_params are now included when obtaining the access token in the OAuth 2.0 strategy.