Releases: awinogrodzki/next-firebase-auth-edge
Releases · awinogrodzki/next-firebase-auth-edge
v1.5.2
v1.5.1
v1.5.0
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
v1.5.0-canary.4
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
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
v1.5.0-canary.1
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
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)