Skip to content

Releases: auth0/nextjs-auth0

v1.7.0

Choose a tag to compare

@auth0-oss auth0-oss released this 06 Jan 12:05
7c3af07

Added

Fixed

  • Honor configured sameSite in transient cookies so you can login to iframe using 'none' #571 (adamjmcgrath)
  • Cookies with samesite=none must have the secure attr set #570 (adamjmcgrath)
  • Improve types in server-side withPageAuthRequired #554 (misoton665)

v1.6.2

Choose a tag to compare

@auth0-oss auth0-oss released this 16 Dec 14:25
762da1e

Fixed

Security

v1.6.1

Choose a tag to compare

@auth0-oss auth0-oss released this 13 Oct 14:45
a08d82f

Fixed

  • [Snyk] Upgrade openid-client from 4.8.0 to 4.9.0 #518 (snyk-bot)

v1.6.0

Choose a tag to compare

@auth0-oss auth0-oss released this 11 Oct 12:46
e7fa509

Added

Fixed

  • Fix types in server-side withPageAuthRequired #512 (Widcket)

v1.5.0

Choose a tag to compare

@adamjmcgrath adamjmcgrath released this 14 Jul 12:23
622f558

Added

v1.4.2

Choose a tag to compare

@Widcket Widcket released this 24 Jun 20:49
ae4a7c6

Fixed

v1.4.0

Choose a tag to compare

@adamjmcgrath adamjmcgrath released this 04 Jun 10:27
f653967

Added

  • withPageAuthRequired CSR now adds user to wrapped component props #405 (adamjmcgrath)

Fixed

  • env var substitutions now means you can define AUTH0_BASE_URL from VERCEL_URL in next.config.js #404 (adamjmcgrath)

v1.3.1

Choose a tag to compare

@adamjmcgrath adamjmcgrath released this 05 May 16:30
825941a

Fixed

  • Use window.location.toString() as the default returnTo value #370 (Widcket)
  • returnTo should be encoded as it contains url unsafe chars #365 (adamjmcgrath)

v1.3.0

Choose a tag to compare

@adamjmcgrath adamjmcgrath released this 06 Apr 07:31
fe1231a

Added

v1.2.0

Choose a tag to compare

@adamjmcgrath adamjmcgrath released this 10 Mar 14:26
53b01ec

Added

  • Export UserContext for overriding default hook initialisation behaviour #325 (adamjmcgrath)

Fixed

  • returnTo should respect application’s basePath configuration #317 (Widcket)