diff options
-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/ |