Skip to content

Releases: awinogrodzki/next-firebase-auth-edge

v1.5.2

30 May 16:11
Compare
Choose a tag to compare

1.5.2 (2024-05-30)

Bug Fixes

  • expose tokens in refreshCredentials response factory callback (644b8a2)

v1.5.1

30 May 14:23
Compare
Choose a tag to compare

1.5.1 (2024-05-30)

Bug Fixes

  • reintroduce refreshAuthCookies as refreshNextResponseCookiesWithToken (620f986)

v1.5.0

30 May 13:18
Compare
Choose a tag to compare

1.5.0 (2024-05-30)

Bug Fixes

Features

  • added refreshCredentials method that allows to pass modified request headers to NextResponse constructor (2bf2877)
  • extract referer from Next.js request headers (bc666fa)
  • introduced Firebase API Key domain restriction support. Introduced changes to advanced methods and removed APIs deprecated in 1.0 (67dbb9a)

Performance Improvements

  • refreshCredentials: slightly improve performance by generating signed tokens only once (da2fc3e)

See detailed changes including migration guide: #186

v1.5.0-canary.5

30 May 11:29
Compare
Choose a tag to compare
v1.5.0-canary.5 Pre-release
Pre-release

1.5.0-canary.5 (2024-05-30)

Features

  • extract referer from Next.js request headers (bc666fa)

v1.5.0-canary.4

27 May 13:35
Compare
Choose a tag to compare
v1.5.0-canary.4 Pre-release
Pre-release

1.5.0-canary.4 (2024-05-27)

Performance Improvements

  • refreshCredentials: slightly improve performance by generating signed tokens only once (da2fc3e)

v1.5.0-canary.3

27 May 11:36
Compare
Choose a tag to compare
v1.5.0-canary.3 Pre-release
Pre-release

1.5.0-canary.3 (2024-05-27)

Features

  • added refreshCredentials method that allows to pass modified request headers to NextResponse constructor (2bf2877)

v1.5.0-canary.2

26 May 19:39
Compare
Choose a tag to compare
v1.5.0-canary.2 Pre-release
Pre-release

1.5.0-canary.2 (2024-05-26)

Bug Fixes

v1.5.0-canary.1

26 May 16:33
Compare
Choose a tag to compare
v1.5.0-canary.1 Pre-release
Pre-release

1.5.0-canary.1 (2024-05-26)

Features

  • introduced Firebase API Key domain restriction support. Introduced changes to advanced methods and removed APIs deprecated in 1.0 (67dbb9a)

See v1.5.x canary release for details

v1.4.5

26 May 12:32
Compare
Choose a tag to compare

1.4.5 (2024-05-26)

Bug Fixes

  • /api/login endpoint now fails with 400: Missing Token error when called without credentials (2997fc5)
  • exclude lib folder from npmignore file (f7ef2d5)
  • fix build cache path in github workflows (df4c98d)
  • remove .env.dist from npm package (5c136f9)
  • remove tests and lint steps from semantic release pipeline (160662d)
  • semantic release npm publish initialization (3ed6ef5)
  • semantic release package configuration (ec93cc6)
  • set correct pkgRoot in semantic releases configuration (9c36948)

v1.4.5-canary.7

26 May 12:23
Compare
Choose a tag to compare
v1.4.5-canary.7 Pre-release
Pre-release

1.4.5-canary.7 (2024-05-26)

Bug Fixes

  • fix build cache path in github workflows (df4c98d)