Skip to content

Releases: atinux/nuxt-auth-utils

v0.3.1

30 Jul 10:34
26f4aa0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Always return 200 for session endpoint (#130)

📖 Documentation

  • Fix event handler name in example (a4cfa89)

🏡 Chore

❤️ Contributors

v0.3.0

29 Jul 15:00
Compare
Choose a tag to compare

compare changes

⚠️ 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

v0.2.1

23 Jul 21:54
22bd974
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • X/Twitter email requirement enhancement (65d6324)
  • Add yandex oauth (22bd974)

🎨 Styles

❤️ Contributors

v0.2.0

07 Jul 15:23
9afb9eb
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add Steam as supported oauth provider (c8b02d0)
  • Add Paypal as supported oauth provider (57ea01e)
  • Add X (formerly twitter) as supported oauth provider (a0be1f2)
  • Add XSUAA provider (9afb9eb)

💅 Refactors

  • Replace ofetch with $fetch (a7df1b5)

📖 Documentation

🏡 Chore

❤️ Contributors

v0.1.0

18 Jun 01:16
7a4dcfb
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

We added support for hybrid rendering (#104), learn more in our updated documentation.

It also come with a <AuthState> component.

📖 Documentation

  • Fix typos (149448a)
  • Include SSR instructions in the README, fixes #97 (#99, #97)

🏡 Chore

❤️ Contributors

v0.0.25

16 May 08:17
8e53936
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add fields support to facebook provider (8e53936)

🏡 Chore

  • Update to latest @nuxt/module-builder (c9e4ff7)

❤️ Contributors

v0.0.24

19 Apr 07:48
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add facebook OAuth provider (777d8b2)

🏡 Chore

❤️ Contributors

v0.0.23

17 Apr 15:28
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add opts to requireUserSession for error message and status code customization (015e847)

🩹 Fixes

  • Avoid duplicate trigger of session fetch hook due to request retry (5fac9a1)

📖 Documentation

  • Removed reference to /api in readme (#77)

🏡 Chore

❤️ Contributors

v0.0.22

03 Apr 17:12
77c82e7
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add redirectUrl to OAuthMicrosoftConfig for HTTP vs HTTPS Handling (50ba6fe)

🩹 Fixes

  • types: Narrowed session type passed to fetch session hook (77c82e7)

📖 Documentation

  • Use new nuxi module add command in installation (d64b9d3)
  • Improve readme (00c8287)

❤️ Contributors

v0.0.21

22 Mar 19:13
Compare
Choose a tag to compare

compare changes

✨ Improvements

  • add userURL from google provider to be configurable (#70)

❤️ Contributors