v0.3.0
⚠️ Breaking Changes
For performance reason, we now export a function for each OAuth provider (PR #123).
This means the oauth
variable does not exist anymore
- oauth.googleEventHandler(...)
+ oauthGoogleEventhandler(...)
With this change, with only one OAuth server route, the bundle is now 6KB gzip smaller 🚀
📖 Documentation
❤️ Contributors
- Estéban (@Barbapapazes)
- Sébastien Chopin (@atinux)