Skip to content

5.1.0 - Add FirebaseAuth identity token

Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 18 Oct 16:29
· 6 commits to main since this release
02a0fa6

What's Changed

Add FirebaseAuth identity token by @petrpavlik in #207

  • Add support for Firebase Auth by introducing FirebaseAuthIdentityToken.
  • Fix some unit tests not being run. Probably a regression cause by migration to the new testing framework.

Adding support for Firebase Authentication was okayed by @ptoffy, see here vapor/jwt#159.

I’ll also follow up with a PR for https://github.com/vapor/jwt once this is merged in.

This patch was released by @ptoffy

Full Changelog: 5.0.1...5.1.0