diff options
author | Tim <contact@bytim.eu> | 2024-12-31 16:40:31 +0100 |
---|---|---|
committer | Tim <contact@bytim.eu> | 2024-12-31 16:40:31 +0100 |
commit | 5b80e5da5bea90f97ee9ca3e412eef69d29a55f0 (patch) | |
tree | 67ac18d4620ba79676c1772b9f66c87b9cd52aa5 | |
parent | 5314290bbec53379372d14234fdc4f28cbe3286a (diff) | |
download | dummy-auth-5b80e5da5bea90f97ee9ca3e412eef69d29a55f0.tar.xz dummy-auth-5b80e5da5bea90f97ee9ca3e412eef69d29a55f0.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ # dummy-auth +A dummy auth server for testing apps with basic oauth2 and oidc flows. + ## Development The following resources could be useful: + - https://www.oauth.com/oauth2-servers/server-side-apps/authorization-code/ + - https://www.oauth.com/oauth2-servers/server-side-apps/example-flow/ |