Joke added

This commit is contained in:
Tracker-Friendly 2024-06-26 00:05:10 +01:00
parent 81f0a7fae0
commit eb75483a86
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Burgerauth # Burgerauth
Burgerauth is a free-and-open-source OAuth2 server. Burgerauth is a free-and-open-source OAuth2/OIDC (or as I've taken to calling it, OAuth2 + OIDC) server.
## Ok, that's great, how do I host my own instance? ## Ok, that's great, how do I host my own instance?
@ -13,3 +13,7 @@ The OAuth2 protocol should be fairly standard. Burgerauth comes with OpenID Conn
## How long did this take to make? ## How long did this take to make?
Yes. Yes.
## What do you mean "OAuth2 + OIDC"?
OIDC is not a protocol in of itself, but rather an extension on top of a fully working OAuth2 system, made useful by the OAuth2 protocol and JWK token protocol.