Skip to content

Commit

Permalink
Release v2.17.1 (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Nov 2, 2023
1 parent 86f5abf commit 9617b16
Show file tree
Hide file tree
Showing 31 changed files with 850 additions and 3,146 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v2.17.1](https://github.com/auth0/express-openid-connect/tree/v2.17.1) (2023-11-02)
[Full Changelog](https://github.com/auth0/express-openid-connect/compare/v2.17.0...v2.17.1)

**Fixed**
- Honor params passed to logout over defaults [\#533](https://github.com/auth0/express-openid-connect/pull/533) ([adamjmcgrath](https://github.com/adamjmcgrath))

## [v2.17.0](https://github.com/auth0/express-openid-connect/tree/v2.17.0) (2023-09-15)
[Full Changelog](https://github.com/auth0/express-openid-connect/compare/v2.16.0...v2.17.0)

Expand Down
111 changes: 58 additions & 53 deletions docs/assets/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

866 changes: 496 additions & 370 deletions docs/assets/style.css

Large diffs are not rendered by default.

77 changes: 4 additions & 73 deletions docs/functions/attemptSilentLogin.html

Large diffs are not rendered by default.

86 changes: 6 additions & 80 deletions docs/functions/auth.html

Large diffs are not rendered by default.

93 changes: 3 additions & 90 deletions docs/functions/claimCheck.html

Large diffs are not rendered by default.

88 changes: 5 additions & 83 deletions docs/functions/claimEquals.html

Large diffs are not rendered by default.

88 changes: 5 additions & 83 deletions docs/functions/claimIncludes.html

Large diffs are not rendered by default.

91 changes: 3 additions & 88 deletions docs/functions/requiresAuth.html

Large diffs are not rendered by default.

115 changes: 24 additions & 91 deletions docs/index.html

Large diffs are not rendered by default.

136 changes: 12 additions & 124 deletions docs/interfaces/AccessToken.html

Large diffs are not rendered by default.

123 changes: 11 additions & 112 deletions docs/interfaces/BackchannelLogoutOptions.html

Large diffs are not rendered by default.

80 changes: 5 additions & 75 deletions docs/interfaces/CallbackOptions.html

Large diffs are not rendered by default.

544 changes: 87 additions & 457 deletions docs/interfaces/ConfigParams.html

Large diffs are not rendered by default.

126 changes: 14 additions & 112 deletions docs/interfaces/CookieConfigParams.html

Large diffs are not rendered by default.

97 changes: 9 additions & 88 deletions docs/interfaces/LoginOptions.html

Large diffs are not rendered by default.

89 changes: 6 additions & 83 deletions docs/interfaces/LogoutOptions.html

Large diffs are not rendered by default.

81 changes: 6 additions & 75 deletions docs/interfaces/OpenidRequest.html

Large diffs are not rendered by default.

81 changes: 6 additions & 75 deletions docs/interfaces/OpenidResponse.html

Large diffs are not rendered by default.

66 changes: 2 additions & 64 deletions docs/interfaces/RefreshParams.html

Large diffs are not rendered by default.

161 changes: 19 additions & 142 deletions docs/interfaces/RequestContext.html

Large diffs are not rendered by default.

144 changes: 13 additions & 131 deletions docs/interfaces/ResponseContext.html

Large diffs are not rendered by default.

108 changes: 8 additions & 100 deletions docs/interfaces/Session.html

Large diffs are not rendered by default.

174 changes: 20 additions & 154 deletions docs/interfaces/SessionConfigParams.html

Large diffs are not rendered by default.

166 changes: 7 additions & 159 deletions docs/interfaces/SessionStore.html

Large diffs are not rendered by default.

118 changes: 9 additions & 109 deletions docs/interfaces/SessionStorePayload.html

Large diffs are not rendered by default.

72 changes: 1 addition & 71 deletions docs/interfaces/TokenParameters.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-openid-connect",
"version": "2.17.0",
"version": "2.17.1",
"description": "Express middleware to protect web applications using OpenID Connect.",
"repository": "auth0/express-openid-connect",
"homepage": "https://github.com/auth0/express-openid-connect",
Expand Down

0 comments on commit 9617b16

Please sign in to comment.