Releases: danschultzer/coherence_assent
Releases · danschultzer/coherence_assent
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.5
v0.2.4
v0.2.3
Changes
- Require login for
delete
instead ofdestroy
in AuthController - Improved test scenarios
v0.2.2
Changes
- Fixed issue in Github strategy where the
get_email
didn't passthrough error message - Added VK.com strategy
v0.2.1
Changes
- Added Basecamp strategy
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_params
are now included when obtaining the access token in the OAuth 2.0 strategy.