aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTim <contact@bytim.eu>2024-12-31 16:40:31 +0100
committerTim <contact@bytim.eu>2024-12-31 16:40:31 +0100
commit5b80e5da5bea90f97ee9ca3e412eef69d29a55f0 (patch)
tree67ac18d4620ba79676c1772b9f66c87b9cd52aa5 /README.md
parent5314290bbec53379372d14234fdc4f28cbe3286a (diff)
downloaddummy-auth-5b80e5da5bea90f97ee9ca3e412eef69d29a55f0.tar.xz
dummy-auth-5b80e5da5bea90f97ee9ca3e412eef69d29a55f0.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6f1790b..0e34f9e 100644
--- a/README.md
+++ b/README.md
@@ -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/