Skip to content

v0.4.0

Choose a tag to compare

@atinux atinux released this 30 Sep 14:35

compare changes

⚠️ Breaking Changes

  • Rename oauth<Provider>EventHandler todefineOAuth<Provider>EventHandler (#189)
- export default oauthGitHubEventHandler(...)
+ export default defineOAuthGithubEventHandler(...)
  • Call fetch hook if session is not empty instead of user defined (#188)

This is a breaking change is you are using the fetch hook as it is now called anytime a session is set, whatever is the user is set or not, see #175 for use cases.

🚀 Enhancements

🩹 Fixes

  • steam: Improve open id validation (#184)

🏡 Chore

❤️ Contributors