next-firebase-auth

Simple Firebase authentication for all Next.js rendering strategies

MIT License

Downloads
20.1K
Stars
1.3K
Committers
25

Bot releases are hidden (Show)

next-firebase-auth - v1.0.0-canary.12

Published by kmjennison about 2 years ago

What's Changed

Thank you to these contributors!

Breaking

  • None

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v1.0.0-canary.11...v1.0.0-canary.12

next-firebase-auth - v0.14.4

Published by kmjennison about 2 years ago

What's Changed

Thank you to these contributors!

New Contributors

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v0.14.3...v0.14.4

next-firebase-auth - v0.14.4-alpha.1

Published by kmjennison about 2 years ago

What's Changed

Thank you to these contributors!

Breaking

  • None

New Contributors

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v0.14.4-alpha.0...v0.14.4-alpha.1

next-firebase-auth - v1.0.0-canary.11

Published by kmjennison about 2 years ago

What's Changed

Thank you to these contributors!

Breaking

  • None

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v1.0.0-canary.10...v1.0.0-canary.11

next-firebase-auth - v1.0.0-canary.10

Published by kmjennison about 2 years ago

What's Changed

Thank you to these contributors!

Breaking

  • None

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v1.0.0-canary.9...v1.0.0-canary.10

next-firebase-auth - v1.0.0-canary.9

Published by kmjennison over 2 years ago

What's Changed

Thank you to these contributors!

Breaking

  • None

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v1.0.0-canary.8...v1.0.0-canary.9

next-firebase-auth - v0.14.4-alpha.0

Published by kmjennison over 2 years ago

What's Changed

Thank you to these contributors!

Breaking

  • None

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v0.14.3...v0.14.4-alpha.0

next-firebase-auth -

Published by kmjennison over 2 years ago

What's Changed

Thank you to these contributors!

Breaking

  • None

New Contributors

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v0.14.2...v0.14.3

next-firebase-auth - v1.0.0-canary.8

Published by kmjennison over 2 years ago

What's Changed

Thank you to these contributors!

Breaking

  • None

New Contributors

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v1.0.0-canary.7...v1.0.0-canary.8

next-firebase-auth - v0.14.3-alpha.1

Published by kmjennison over 2 years ago

What's Changed

Thank you to these contributors!

Breaking

  • None

New Contributors

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v0.14.3-alpha.0...v0.14.3-alpha.1****

next-firebase-auth - v1.0.0-canary.7

Published by kmjennison over 2 years ago

What's Changed

Breaking

  • None

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v1.0.0-canary.6...v1.0.0-canary.7

next-firebase-auth - v0.14.3-alpha.0

Published by kmjennison over 2 years ago

What's Changed

Breaking

  • None

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v0.14.2...v0.14.3-alpha.0

next-firebase-auth - v1.0.0-canary.6

Published by kmjennison over 2 years ago

What's Changed

Thank you to these contributors!

Breaking

  • None

New Contributors

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v1.0.0-canary.5...v1.0.0-canary.6

next-firebase-auth - v0.14.2

Published by kmjennison over 2 years ago

What's Changed

Thank you to these contributors!

Breaking

  • None

New Contributors

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v0.14.1...v0.14.2

next-firebase-auth -

Published by kmjennison over 2 years ago

What's Changed

Thank you to these contributors!

Breaking

  • None

New Contributors

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v0.14.0...v0.14.1-alpha.0

next-firebase-auth - v1.0.0-canary.5

Published by kmjennison almost 3 years ago

What's Changed

Thank you to these contributors!

Breaking

  • None

New Contributors

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v1.0.0-canary.4...v1.0.0-canary.5

next-firebase-auth - v0.14.1-alpha.0

Published by kmjennison almost 3 years ago

What's Changed

Thank you to these contributors!

Breaking

  • None

New Contributors

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v0.14.0...v0.14.1-alpha.0

next-firebase-auth -

Published by kmjennison almost 3 years ago

Changes

Thank you to these contributors!

Breaking

  • Minor breaking change: withAuthUserTokenSSR and withAuthUserSSR will no longer throw errors when there are unexpected problems refreshing or verifying the user's ID token. Instead, they will render with an unauthenticated user. To handle errors in a different way, add handlers onVerifyTokenError and onTokenRefreshError to your config.

New Contributors

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v0.13.5...v0.14.0

next-firebase-auth - v1.0.0-canary.4

Published by kmjennison almost 3 years ago

Changes

Breaking

Full Changelog: https://github.com/gladly-team/next-firebase-auth/compare/v1.0.0-canary.3...v1.0.0-canary.4

next-firebase-auth - v1.0.0-canary.3

Published by kmjennison almost 3 years ago

Changes

Thank you to these contributors!

Breaking

  • Minor breaking change: withAuthUserTokenSSR and withAuthUserSSR will no longer throw errors when there are unexpected problems refreshing or verifying the user's ID token. Instead, they will render with an unauthenticated user. To handle errors in a different way, add handlers onVerifyTokenError and onTokenRefreshError to your config.

New Contributors