Releases: awinogrodzki/next-firebase-auth-edge
Releases · awinogrodzki/next-firebase-auth-edge
v1.9.0-canary.1
v1.8.2
1.8.2 (2024-11-07)
Bug Fixes
- docs: added
await
before callingcookies
andheaders
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
1.8.2-canary.11 (2024-11-07)
Bug Fixes
- docs: added
await
before callingcookies
andheaders
due to change in Next.js 15 (d14c9df)
v1.8.2-canary.9
v1.8.2-canary.8
v1.8.2-canary.7
v1.8.2-canary.6
1.8.2-canary.6 (2024-11-06)
Bug Fixes
- debug Vercel logging by removing inheritance from Error (46ca356)
v1.8.2-canary.5
1.8.2-canary.5 (2024-11-06)
Bug Fixes
- remove console.log and improve debug logs around token fetching (31dfbd2)