diff --git a/README.md b/README.md index b5cd075..8e6f788 100644 --- a/README.md +++ b/README.md @@ -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) /github example of the extended OAuth2 library, providing an HTTP client with a reuse token source /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 ## How To Use It diff --git a/example/doc.go b/example/doc.go index 7212a7d..7c1f41e 100644 --- a/example/doc.go +++ b/example/doc.go @@ -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) /github example of the extended OAuth2 library, providing an HTTP client with a reuse token source /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