Replace Auth0 SDK with axa-fr/react-oidc (#60)

Replacing Auth0's SDK with a more generic implementation of an OIDC client.
This will allow us to use other IDP providers that follow the OIDC standards.
This commit is contained in:
Maycon Santos
2022-07-26 16:13:08 +02:00
committed by GitHub
parent 54cd75301c
commit b59865ae05
24 changed files with 19478 additions and 3531 deletions

3
.gitignore vendored
View File

@@ -2,6 +2,7 @@
# dependencies
/node_modules
/node_modules.bkp
/.pnp
.pnp.js
@@ -26,3 +27,5 @@ src/auth_config.json
.idea
.eslintcache
src/.local-config.json
/public/OidcServiceWorker.js
/public/OidcTrustedDomains.js