Skip to content

Commit cfd2cc2

Browse files
authored
Add changelog
1 parent 6543fbb commit cfd2cc2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,10 @@ All reference OpenID Connect implementations within the GitHub repository are su
113113
Subdirectories within the GitHub repository contain variations of the reference implementation for alternative OpenID Connect use cases.
114114

115115
* **opaque_session_token** - Uses the NGINX Plus key-value store to hold the ID Token, sending a random string to the client as the session token. The session token is then exchanged for the ID Token on each request. This use case is valuable when the ID Token contains sensitive information that should not reach the client.
116+
117+
## Changelog
118+
119+
* **R15** Initial release of OpenID Connect reference implmentation
120+
* **R16** Added support for opaque session tokens using key-value store
121+
* **R17** Configuration now supports JSON Web Key (JWK) set to be obtained by URI
122+

0 commit comments

Comments
 (0)