This commit is contained in:
Dusan Jakub
2023-10-16 13:39:22 +02:00
parent 6840d86f94
commit a57f40e0a4

View File

@@ -5,8 +5,7 @@
Welcome to OAuth Playground Server source repo. Welcome to OAuth Playground Server source repo.
Together with [ysoftdevs/oauth-playground-client](https://github.com/ysoftdevs/oauth-playground-client), these two Together with [ysoftdevs/oauth-playground-client](https://github.com/ysoftdevs/oauth-playground-client), these two
projects were designed projects illustrate and explain basics of OAuth grants and Passkeys (WebAuthN).
to illustrate and explain basics of OAuth grants and Passkeys (WebAuthN).
See it in action: https://www.oauth-playground.online See it in action: https://www.oauth-playground.online
@@ -17,7 +16,7 @@ See it in action: https://www.oauth-playground.online
> If you are thinking about integrating OAuth into your project, have a look > If you are thinking about integrating OAuth into your project, have a look
> at [existing libraries](https://oauth.net/code/). > at [existing libraries](https://oauth.net/code/).
> If you insist you have to write it yourself, then familiarize yourself > If you insist you have to write it yourself, then familiarize yourself
> with [the OAith 2.1 RFC](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-09) and make sure you understand > with [the OAuth 2.1 RFC](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-09) and make sure you understand
> the risks. > the risks.
## How to build and run locally ## How to build and run locally