Skip to content

Latest commit

 

History

History
92 lines (58 loc) · 2.83 KB

README.md

File metadata and controls

92 lines (58 loc) · 2.83 KB
logo

OAuth2 / OpenId Authentication in Volto

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:

npm Code analysis checks Unit tests

GitHub contributors GitHub Repo stars

Screenshots

Login Form

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.