5.1.0 - Add FirebaseAuth identity token
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