3.5 KiB
3.5 KiB
v2.2.4
05/09/2023
v2.2.3
03/06/2023
-
- Fixed an issue with default
access
andgroups
configuration not being merged into user object correctly.
- Fixed an issue with default
v2.2.2
01/02/2023
v2.2.1
12/28/2022
v2.2.0
12/28/2022
-
- Improved Exception to show any invalid providers #42
- CSS has been improved for better consistency of layout
- Login button text moved to Lang file for easier modification and translation
- Added some debug information for async/post calls to callback
- Updated Vendor libraries to latest
-
- Don't fail with exception when provider name is invalid or empty
- Change
self::getCallbackUrl()
tostatic::getCallbackUrl()
to support overriding the method - Properly support after login redirect logic (was not working as intended)
v2.1.1
05/24/2021
-
- Fixed Facebook login never showing up #40
v2.1.0
05/13/2021
-
- Require Grav 1.7.0
- Added configuration option to require existing Grav user
- Assign OAuth2 to existing user #35
-
- Code improvements and updates
- Only enable configured oauth2 providers
v2.0.5
12/02/2020
-
- Removed user scope from github by default #36
v2.0.4
06/03/2020
-
- If no provider is enabled for site connections, simply omit the template #28
- Vendor updates
- Use
UserLogin::defaultRedirectAfterLogin()
helper method
v2.0.3
02/24/2019
-
- Added
copy-to-clipboard
support for Callback URIs - Added support for providers that callback via POST (ie, Apple)
- Fixed issues with saving in Admin 1.7 with strict form validation
- Added
v2.0.2
04/28/2019
v2.0.1
04/28/2019
-
- Fixed login version requirements (
~3.0
) #17
- Fixed login version requirements (
v2.0.0
04/26/2019
-
- Support for OAuth2 login via Admin plugin
- Support for default groups
-
- Updated vendor libraries to use latest Google / LinkedIn providers
-
- Fix bad redirect on login error
v1.0.1
06/07/2018
-
- Added new Hosted Domain option for Google Provider that allows to limit the login per domain #1