MODX EXTRA
Auth0
Auth0 universal authentication for MODX
Creator: YJ Tso (sepiariver)
1.3.5-beta1 (643 KB) Other Versions Need help installing this extra?About Auth0
Auth0
Auth0 integration for MODX CMS.
What does it do?
- Log in to MODX using any/all of the Identify Providers (IdPs) supported by Auth0, such as Google, Facebook, Twitter, Github, Microsoft, Dropbox, and dozens of others, including enterprise services.
- Synchronize MODX User records, User Groups, and User Settings across multiple MODX sites and the Auth0 User database.
- Log in to MODX with a one-time-use JWT.
- Practically any of the features and use cases that Auth0 supports.
In its most basic implementation, the auth0.login Snippet redirects the User to your Auth0 domain's login page, then calls the Auth0 API to identify the User by their verified email address. The auth0.login Snippet attempts to verify the User against the MODX User records, and if successful, adds the MODX Context(s) specified in the Snippet properties to the User's session.
You can read the blog post here.
Issues, bug reports and feature reports welcome at https://github.com/sepiariver/auth0/issues or email security@sepiariver.com
Information
Instructions
Install via MODX Extras Installer. Or you can download directly from https://modx.com/extras/package/auth0
New in Auth0 1.3.5-beta1
Auth0 1.3.5-beta1
Bump auth0 SDK to 7.9 to fix bug, thanks @claytonk
Auth0 1.3.4-beta1
Update dependencies
Auth0 1.3.3-beta1
Change API field type in System Settings Updated readme Bugfix for custom domains
Auth0 1.3.1-beta1
Support for custom domains