Skip to content

canary 1.9.x release #278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Feb 18, 2025
Merged

canary 1.9.x release #278

merged 20 commits into from
Feb 18, 2025

Conversation

awinogrodzki
Copy link
Owner

@awinogrodzki awinogrodzki commented Nov 15, 2024

Features

  • Support Node.js 23 and NPM 11
  • Added removeServerCookies method to handle logout from inside Server Action
  • Added experimental_createAnonymousUserIfUserNotFound option to create anonymous user if no user was found Add middleware option experimental_createAnonymousUserIfUserNotFound #296
  • Full Firebase Emulator Support: The library now fully supports the Firebase Emulator, enabling you to run your development app without needing to create a Firebase Project. Follow starter example README for details

Bug fixes

@awinogrodzki awinogrodzki changed the title feat: full firebase emulator support canary 1.9.x release Dec 16, 2024
awinogrodzki and others added 13 commits December 16, 2024 20:47
fix: return cached token from getValidIdToken
# [1.9.0-canary.2](v1.9.0-canary.1...v1.9.0-canary.2) (2024-12-16)

### Bug Fixes

* return cached token or server token ([c1a04a9](c1a04a9))
* return cached valid token ([a73f9ec](a73f9ec))
# [1.9.0-canary.3](v1.9.0-canary.2...v1.9.0-canary.3) (2025-01-21)

### Bug Fixes

* **#297:** propagate custom claims when exchanging id token for custom, id and refresh tokens ([55254b8](55254b8)), closes [#297](#297)
# [1.9.0-canary.4](v1.9.0-canary.3...v1.9.0-canary.4) (2025-01-22)

### Features

* **#300:** added removeServerCookies method to logout from Server Actions ([cab2d23](cab2d23)), closes [#300](#300)
# [1.9.0-canary.5](v1.9.0-canary.4...v1.9.0-canary.5) (2025-01-23)

### Bug Fixes

* **#303:** support npm 11 ([88328e5](88328e5)), closes [#303](#303)
# [1.9.0-canary.6](v1.9.0-canary.5...v1.9.0-canary.6) (2025-01-28)

### Bug Fixes

* **#306:** support Node.js 23 ([f27d210](f27d210)), closes [#306](#306)
@awinogrodzki awinogrodzki merged commit 2dd39c9 into main Feb 18, 2025
@awinogrodzki awinogrodzki deleted the canary branch February 18, 2025 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants