1.1.0 • Published 2 years ago

volto-authomatic v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Social Login for Volto (volto-authomatic)

Addon implementing Social Login in Volto sites. It requires pas.plugins.authomatic, version 1.0b2 or superior, to be installed and configured on the Plone backend.

npm npm.io Code analysis checks Unit tests

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 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": [
    "volto-authomatic"
],

"dependencies": {
    "volto-authomatic": "*"
}

Test it

Go to http://localhost:3000/login

Credits

The development of this plugin has been kindly sponsored by:

1.1.0

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago