Skip to content

Releases: awinogrodzki/next-firebase-auth-edge

v1.9.0-canary.5

23 Jan 13:30
Compare
Choose a tag to compare
v1.9.0-canary.5 Pre-release
Pre-release

1.9.0-canary.5 (2025-01-23)

Bug Fixes

v1.9.0-canary.4

22 Jan 15:01
Compare
Choose a tag to compare
v1.9.0-canary.4 Pre-release
Pre-release

1.9.0-canary.4 (2025-01-22)

Features

  • #300: added removeServerCookies method to logout from Server Actions (cab2d23), closes #300

v1.9.0-canary.3

21 Jan 16:27
Compare
Choose a tag to compare
v1.9.0-canary.3 Pre-release
Pre-release

1.9.0-canary.3 (2025-01-21)

Bug Fixes

  • #297: propagate custom claims when exchanging id token for custom, id and refresh tokens (55254b8), closes #297

v1.9.0-canary.2

16 Dec 19:49
Compare
Choose a tag to compare
v1.9.0-canary.2 Pre-release
Pre-release

1.9.0-canary.2 (2024-12-16)

Bug Fixes

  • return cached token or server token (c1a04a9)
  • return cached valid token (a73f9ec)

v1.9.0-canary.1

15 Nov 22:44
Compare
Choose a tag to compare
v1.9.0-canary.1 Pre-release
Pre-release

1.9.0-canary.1 (2024-11-15)

Features

  • full firebase emulator support (9dcf5e9)

v1.8.2

07 Nov 19:23
Compare
Choose a tag to compare

1.8.2 (2024-11-07)

Bug Fixes

  • docs: added await before calling cookies and headers due to change in Next.js 15 (d14c9df)
  • add logs to invalid token comparator func (11eaede)
  • added additional logs around cookie parser (1550c80)
  • added additional logs to debug a failed verification in auth middleware (30ddc5e)
  • await on parse cookie result to work around #271 (f6b5106)
  • debug Vercel logging by removing inheritance from Error (46ca356)
  • export error module explicitly (575281c)
  • remove console.log and improve debug logs around token fetching (31dfbd2)
  • remove debug logs from cookie parser (2ce3190)
  • remove unnecessary async in get tokens functions (c0f530c)
  • work around #271 in getCookiesTokens (5fef799)
  • #271: use runtime flag to identify invalid token error (d7220b0), closes #271

v1.8.2-canary.11

07 Nov 19:10
Compare
Choose a tag to compare
v1.8.2-canary.11 Pre-release
Pre-release

1.8.2-canary.11 (2024-11-07)

Bug Fixes

  • docs: added await before calling cookies and headers due to change in Next.js 15 (d14c9df)

v1.8.2-canary.9

06 Nov 20:20
Compare
Choose a tag to compare
v1.8.2-canary.9 Pre-release
Pre-release

1.8.2-canary.9 (2024-11-06)

Bug Fixes

  • await on parse cookie result to work around #271 (f6b5106)

v1.8.2-canary.8

06 Nov 20:11
Compare
Choose a tag to compare
v1.8.2-canary.8 Pre-release
Pre-release

1.8.2-canary.8 (2024-11-06)

Bug Fixes

  • remove debug logs from cookie parser (2ce3190)

v1.8.2-canary.7

06 Nov 20:00
Compare
Choose a tag to compare
v1.8.2-canary.7 Pre-release
Pre-release

1.8.2-canary.7 (2024-11-06)

Bug Fixes

  • added additional logs around cookie parser (1550c80)