@plone-collective/volto-authomatic
v2.0.1
Published
Social Login with OAuth2/OpenId for Volto sites.
Downloads
346
Readme
Addon implementing OAuth2 / OpenId Login in Volto sites.
This addon requires a server-side package to be installed. Currently we support one of the following:
- pas.plugins.authomatic version 1.0b2 or superior
- pas.plugins.oidc version 2.0.0a1 or superior
Screenshots
Login Form
Examples
volto-authomatic can be seen in action at the following sites:
Install
New Volto Project
Create a Volto project
npm install -g yo @plone/generator-volto
yo @plone/volto my-volto-project --addon @plone-collective/volto-authomatic
cd my-volto-project
Install new add-on and restart Volto:
yarn install
yarn start
Existing Volto Project
If you already have a Volto project, just update package.json
:
"addons": [
"@plone-collective/volto-authomatic"
],
"dependencies": {
"@plone-collective/volto-authomatic": "*"
}
Test it
Go to http://localhost:3000/login
Contribute
Credits
The development of this plugin has been kindly sponsored by:
License
The project is licensed under MIT.