This is a Magento2 extension that adds the ability to log into your Magento installation using Auth0
- version: 0.3.3
- extension key: DavidUmoh_Auth0
- extension on GitHub
This is an extension that adds the ability to log into your Magento application using Auth0
- PHP >= 5.6.0
- Magento >= 2.0
- First release, users can log into magento using Auth0 as authentication server
- Removed the use of custom attributes as it was not really used and was causing issues during new installations. Will re-visit custom attributes when the use case becomes strong.
- Added option for silent authentication
- Bug fixes
- Added the functionality to retrieve name from Auth0 user based on a config value. See Issue #11
- Bug fixes
- Bug fixes
- Implemented ability to specify login redirect url
- Updated dependencies to work with magento 2.2.x
- Updated Auth0Lock to v11
- Implemented Scopes as Config Option. See Issue #1
- Implemented Selector for link that triggers modal as a config option. See Issue #2
- Bug fix
- Minor fixes
- Updated readme
- Implemented checks for state See Issue #3
Run composer require davidumoh/module-auth0
Remove all extension files from your Magento installation
If you have any issues with this extension, open an issue on GitHub.
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
David Umoh http://www.davidumoh.com @umohdave
OSL - Open Software Licence 3.0
(c) 2018 David Umoh