Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.17.1 #534

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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