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
volto-authomatic can be seen in action at the following sites:
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
If you already have a Volto project, just update package.json
:
"addons": [
"@plone-collective/volto-authomatic"
],
"dependencies": {
"@plone-collective/volto-authomatic": "*"
}
Go to http://localhost:3000/login
The development of this plugin has been kindly sponsored by:
The project is licensed under MIT.