Classes
\MaximeRainville\Auth0
| Name | Description | |
|---|---|---|
| Authenticator | No description available | EMPTY |
| Client | Simple extension of the base `Auth0\SDK\Auth0` client that can be called via the Injector. | EMPTY |
| LoginAsSomeoneElseForm | No description available | EMPTY |
| LoginHandler | Handle login requests from MaximeRainville\Auth0\Authenticator. | EMPTY |
| LogoutHandler | Handle log out when using Auth0 LoginHandler. It just redirects you to your homepage, but this can be overriden by setting the `logout_url` in your YML config. | EMPTY |
\MaximeRainville\Auth0\Extensions
| Name | Description | |
|---|---|---|
| LoginHandlerAuthorizationExtension | Extension to the Auth0 Login Handler to read and update permission for the provided user. | EMPTY |
| MemberExtraMetaDataExtension | Extension to Member to adapt it to support additional Auth0 field. | EMPTY |
\MaximeRainville\Auth0\Utilities
| Name | Description | |
|---|---|---|
| UserMetaData | Simple wrapper object around the user ACL info Auth0 is sending back to us. | EMPTY |