atinux / nuxt-auth-utils

Add Authentication to Nuxt applications with secured & sealed cookies sessions.
MIT License
962 stars 90 forks source link

feat!: rename `oauth<Provider>EventHandler` to`defineOAuth<Provider>EventHandler` #189

Closed atinux closed 1 month ago

atinux commented 1 month ago

In order to get consistent with the upcoming h3 upcoming v2 release: https://github.com/unjs/h3/blob/main/MIGRATION.md#other-deprecations

- export default oauthGitHubEventHandler(...)
+ export default defineOAuthGithubEventHandler(...)