Skip to content

Commit

Permalink
feat: Add support for pas.plugins.oidc (#12)
Browse files Browse the repository at this point in the history
* feat: Add support for pas.plugins.oidc

* Update README

* Modernize codebase

* fix tests

* Fix eslint

* Format

---------

Co-authored-by: Victor Fernandez de Alba <sneridagh@gmail.com>
  • Loading branch information
ericof and sneridagh committed Nov 17, 2023
1 parent d9251e7 commit fe19176
Show file tree
Hide file tree
Showing 15 changed files with 3,105 additions and 35 deletions.
8 changes: 8 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.yarn/cache
*.log
build
cache
cypress
Dockerfile
node_modules
omelette
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

<h1 align="center">OAuth2 / OpenId Authentication in Volto</h1>

Addon implementing Social Login in Volto sites.
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

It requires [pas.plugins.authomatic](https://github.com/collective/pas.plugins.authomatic/), version 1.0b2 or superior, to be installed and configured on the Plone backend.

<div align="center">

Expand All @@ -28,7 +32,9 @@ It requires [pas.plugins.authomatic](https://github.com/collective/pas.plugins.a

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)

Expand Down
Loading

0 comments on commit fe19176

Please sign in to comment.