Skip to content

Releases: awinogrodzki/next-firebase-auth-edge

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)

v1.8.2-canary.6

06 Nov 19:39
Compare
Choose a tag to compare
v1.8.2-canary.6 Pre-release
Pre-release

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

Bug Fixes

  • debug Vercel logging by removing inheritance from Error (46ca356)

v1.8.2-canary.5

06 Nov 17:57
Compare
Choose a tag to compare
v1.8.2-canary.5 Pre-release
Pre-release

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

Bug Fixes

  • remove console.log and improve debug logs around token fetching (31dfbd2)

v1.8.2-canary.4

06 Nov 15:35
Compare
Choose a tag to compare
v1.8.2-canary.4 Pre-release
Pre-release

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

Bug Fixes

  • add logs to invalid token comparator func (11eaede)

v1.8.2-canary.3

06 Nov 15:16
Compare
Choose a tag to compare
v1.8.2-canary.3 Pre-release
Pre-release

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

Bug Fixes

  • #271: use runtime flag to identify invalid token error (d7220b0), closes #271