Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collective/volto-authomatic
Social Login for Plone sites
https://github.com/collective/volto-authomatic
oauth2 plone volto volto-addon
Last synced: 5 days ago
JSON representation
Social Login for Plone sites
- Host: GitHub
- URL: https://github.com/collective/volto-authomatic
- Owner: collective
- License: mit
- Created: 2021-08-12T14:06:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T16:36:07.000Z (19 days ago)
- Last Synced: 2024-11-02T23:05:44.406Z (8 days ago)
- Topics: oauth2, plone, volto, volto-addon
- Language: JavaScript
- Homepage:
- Size: 20 MB
- Stars: 4
- Watchers: 9
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-volto - @plone-collective/volto-authomatic - Social (OpenID) login for Plone ( Using [pas.plugins.authomatic](https://github.com/collective/pas.plugins.authomatic)) (Addons)
README
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:
* [pas.plugins.authomatic](https://github.com/collective/pas.plugins.authomatic/) version 1.0b2 or superior
* [pas.plugins.oidc](https://github.com/collective/pas.plugins.oidc/) version 2.0.0a1 or superior[![npm](https://img.shields.io/npm/v/volto-authomatic)](https://www.npmjs.com/package/volto-authomatic)
[![](https://img.shields.io/badge/-Storybook-ff4785?logo=Storybook&logoColor=white&style=flat-square)](https://collective.github.io/volto-authomatic/)
[![Code analysis checks](https://github.com/collective/volto-authomatic/actions/workflows/code.yml/badge.svg)](https://github.com/collective/volto-authomatic/actions/workflows/code.yml)
[![Unit tests](https://github.com/collective/volto-authomatic/actions/workflows/unit.yml/badge.svg)](https://github.com/collective/volto-authomatic/actions/workflows/unit.yml)[![GitHub contributors](https://img.shields.io/github/contributors/collective/volto-authomatic)](https://github.com/collective/volto-authomatic)
[![GitHub Repo stars](https://img.shields.io/github/stars/collective/volto-authomatic?style=social)](https://github.com/collective/volto-authomatic)## Screenshots
### Login Form
## Examples
volto-authomatic can be seen in action at the following sites:
- [Plone](https://plone.org)
- [Plone Brasil](https://plone.org.br)
- [2023 Plone Conference](https://2023.ploneconf.org)
- [2022 Plone Conference](https://2022.ploneconf.org)
- [2021 Plone Conference](https://2021.ploneconf.org)## Install
### New Volto Project
Create a Volto project
```shell
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:
```shell
yarn install
yarn start
```### Existing Volto Project
If you already have a Volto project, just update `package.json`:
```JSON
"addons": [
"@plone-collective/volto-authomatic"
],"dependencies": {
"@plone-collective/volto-authomatic": "*"
}
```### Test it
Go to http://localhost:3000/login
## Contribute
- [Issue Tracker](https://github.com/collective/volto-authomatic/issues)
- [Source Code](https://github.com/collective/volto-authomatic/)## Credits
The development of this plugin has been kindly sponsored by:
- [Helmholtz Zentrum Berlin](https://www.helmholtz-berlin.de/)
- [kitconcept](http://www.kitconcept.com/)## License
The project is licensed under [MIT](./LICENSE).