Authentification OpenID Connect

Implémentation du modèle d'authentification "Authorization code with
PKCE [1]"

[1] https://auth0.com/docs/api-auth/tutorials/authorization-code-grant-pkce
This commit is contained in:
2020-06-18 09:48:45 +02:00
parent 59806edc10
commit 713b8cc3ea
25 changed files with 628 additions and 184 deletions

4
.editorconfig Normal file
View File

@ -0,0 +1,4 @@
[*.{ts,tsx,js,jsx}]
charset = utf-8
indent_size = 2
indent_style = space