update readme
This commit is contained in:
parent
58e1e53c6b
commit
636d0db033
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue