Releases: venveo/craft-oauthclient
Releases · venveo/craft-oauthclient
2.1.9
Composer 2
Authorization flow customization
2.1.7 - 2020-04-06
Fixed
- Error when creating Facebook provider due to lack of Graph API version
Changed
- The Authorization process will now keep track of a context in the session
Added
- Added
AuthorizationEvent
to modify the flow of app authorization, such as the return URI for non-POST authorizations. - Added
venveo\oauthclient\controllers\AuthorizeController::EVENT_BEFORE_AUTHENTICATE
- Added
venveo\oauthclient\controllers\AuthorizeController::EVENT_AFTER_AUTHENTICATE
2.1.6
2.1.5
Bug Fix
2.1.3 - 2020-01-13
Added
- Added a setting to override a provider's authorization URL
- Added
EVENT_CREATE_TOKEN_MODEL_FROM_RESPONSE
to base Provider - Added a connect button to the app edit page
Changed
- Allow providers to define their own logic for token creation
Fixed
- Improved compatibility with older versions of PHP (7.0+)
2.1.2
2.1.1 - 2019-10-08
2.1.1 - 2019-10-08
Added
- Added
AuthorizationUrlEvent
event type - Added
EVENT_GET_URL_OPTIONS
event toApps
service to allow modification of options - Added
context
parameter to getRedirectUrl($context) to track the EVENT_GET_URL_OPTIONS - Added
context
parameter to renderConnector($context) to track the EVENT_GET_URL_OPTIONS