@plone-collective/volto-authomatic

2.0.1 • Public • Published
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.

Package Sidebar

Install

npm i @plone-collective/volto-authomatic

Weekly Downloads

113

Version

2.0.1

License

MIT

Unpacked Size

75.8 MB

Total Files

1196

Last publish

Collaborators

  • pieronicolli
  • ksuess
  • ericof
  • avoinea
  • sneridagh
  • timostollenwerk