update readme

This commit is contained in:
Livio Amstutz 2022-04-22 15:13:15 +02:00
parent 58e1e53c6b
commit 636d0db033
No known key found for this signature in database
GPG key ID: 7AB5FDFBCA448635
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ The most important packages of the library:
/app web app / RP demonstrating authorization code flow using various authentication methods (code, PKCE, JWT profile) /app web app / RP demonstrating authorization code flow using various authentication methods (code, PKCE, JWT profile)
/github example of the extended OAuth2 library, providing an HTTP client with a reuse token source /github example of the extended OAuth2 library, providing an HTTP client with a reuse token source
/service demonstration of JWT Profile Authorization Grant /service demonstration of JWT Profile Authorization Grant
/server example of an OpenID Provider implementation including some very basic login UI /server examples of an OpenID Provider implementations (including dynamic) with some very basic login UI
</pre> </pre>
## How To Use It ## How To Use It

View file

@ -5,7 +5,7 @@ Package example contains some example of the various use of this library:
/app web app / RP demonstrating authorization code flow using various authentication methods (code, PKCE, JWT profile) /app web app / RP demonstrating authorization code flow using various authentication methods (code, PKCE, JWT profile)
/github example of the extended OAuth2 library, providing an HTTP client with a reuse token source /github example of the extended OAuth2 library, providing an HTTP client with a reuse token source
/service demonstration of JWT Profile Authorization Grant /service demonstration of JWT Profile Authorization Grant
/server example of an OpenID Provider implementation including some very basic login UI /server examples of an OpenID Provider implementations (including dynamic) with some very basic login UI
*/ */
package example package example