Joke added
This commit is contained in:
parent
81f0a7fae0
commit
eb75483a86
|
@ -1,6 +1,6 @@
|
|||
# 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?
|
||||
|
||||
|
@ -12,4 +12,8 @@ The OAuth2 protocol should be fairly standard. Burgerauth comes with OpenID Conn
|
|||
|
||||
## 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.
|
Reference in New Issue