Skip to content

Commit

Permalink
Merge pull request #1030 from auth0/release/v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored Jan 24, 2023
2 parents 36b792d + 5de2037 commit 9388372
Show file tree
Hide file tree
Showing 123 changed files with 7,806 additions and 22,589 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [v2.2.0](https://github.com/auth0/nextjs-auth0/tree/v2.2.0) (2023-01-24)
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v2.1.0...v2.2.0)

**Added**
- [SDK-3862] Add support for JWT client authentication [\#1029](https://github.com/auth0/nextjs-auth0/pull/1029) ([ewanharris](https://github.com/ewanharris))

**Fixed**
- withMiddlewareAuthRequired returnTo should be a relative url [\#1028](https://github.com/auth0/nextjs-auth0/pull/1028) ([adamjmcgrath](https://github.com/adamjmcgrath))
- Infer user exists if WithPageAuthRequired page is rendered [\#1014](https://github.com/auth0/nextjs-auth0/pull/1014) ([adamjmcgrath](https://github.com/adamjmcgrath))

## [v2.1.0](https://github.com/auth0/nextjs-auth0/tree/v2.1.0) (2023-01-11)
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v2.0.1...v2.1.0)

Expand Down
1 change: 1 addition & 0 deletions docs/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
Loading

0 comments on commit 9388372

Please sign in to comment.