Skip to content

1.0.9

Compare
Choose a tag to compare
@engram-design engram-design released this 08 Dec 09:49
· 73 commits to craft-4 since this release

Added

  • Control Panel registrations are now enabled.
  • Add forceActivate plugin setting to override Craft’s user verification handling and login users immediately and automatically.
  • Add support for “Remember Me” handling, as per your Craft config settings, and when providing a rememberMe param for login.
  • Add full name as a user field. (thanks @kennethormandy).
  • Add session errors for fatal errors when processing login callback.

Fixed

  • Fix an error when calling Provider::getToken() for unauthenticated users.
  • Fix callback URI when Craft’s cpTrigger is null (for detached CPs).
  • Fix an error when saving plugin settings, overwriting provider settings.
  • Fix Google offline access type.