aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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/