v0.2.0
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_paramsare now included when obtaining the access token in the OAuth 2.0 strategy.