diff --git a/README.md b/README.md index 8e22700..e43c208 100644 --- a/README.md +++ b/README.md @@ -23,18 +23,18 @@ Whenever possible we tried to reuse / extend existing packages like `OAuth2 for The most important packages of the library:
/pkg - /client clients using the OP for retrieving, exchanging and verifying tokens - /rp definition and implementation of an OIDC Relying Party (client) - /rs definition and implementation of an OAuth Resource Server (API) - /op definition and implementation of an OIDC OpenID Provider (server) - /oidc definitions shared by clients and server + /client clients using the OP for retrieving, exchanging and verifying tokens + /rp definition and implementation of an OIDC Relying Party (client) + /rs definition and implementation of an OAuth Resource Server (API) + /op definition and implementation of an OIDC OpenID Provider (server) + /oidc definitions shared by clients and server /example - /api example of an api / resource server implementation using token introspection - /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 + /client/api example of an api / resource server implementation using token introspection + /client/app web app / RP demonstrating authorization code flow using various authentication methods (code, PKCE, JWT profile) + /client/github example of the extended OAuth2 library, providing an HTTP client with a reuse token source + /client/service demonstration of JWT Profile Authorization Grant + /server example of an OpenID Provider implementation including some very basic login UI## How To Use It @@ -64,7 +64,7 @@ CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://localhost:9998 SCOPES="openid p ## Contributors -