Releases: atinux/nuxt-auth-utils
Releases · atinux/nuxt-auth-utils
v0.3.1
🩹 Fixes
- Always return 200 for session endpoint (#130)
📖 Documentation
- Fix event handler name in example (a4cfa89)
🏡 Chore
- Update deps (0132ea0)
❤️ Contributors
- Sébastien Chopin (@atinux)
- Estéban (@Barbapapazes)
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)
v0.2.1
🚀 Enhancements
🎨 Styles
- Add lint script (af884ff)
❤️ Contributors
- Alex [email protected]
- Estéban (@Barbapapazes)
- Fayaz Ahmed (@fayazara)
v0.2.0
🚀 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
- Fix typos (149448a)
- Include SSR instructions in the README, fixes #97 (#99, #97)
- Update readme (7a4dcfb)
- Add X in readme (b452d60)
🏡 Chore
- Add packageManager (c323edc)
- Add link to nuxt-authorization (1b06908)
- Update deps (2fb5cff)
- release: V0.1.0 (6ea5685)
❤️ Contributors
- Jan Fröhlich (@zanfee)
- Stonegate
- Yizack Rangel (@Yizack)
- Ahmed Rangel (@ahmedrangel)
- Yue JIN (@kingyue737)
- Paulo Queiroz (@raggesilver)
- Timi Omoyeni (@Timibadass)
v0.1.0
🚀 Enhancements
We added support for hybrid rendering (#104), learn more in our updated documentation.
It also come with a <AuthState>
component.
📖 Documentation
🏡 Chore
❤️ Contributors
- Sébastien Chopin @atinux
- Paulo Queiroz @raggesilver
- Timi Omoyeni @Timibadass
v0.0.25
🚀 Enhancements
- Add fields support to facebook provider (8e53936)
🏡 Chore
- Update to latest
@nuxt/module-builder
(c9e4ff7)
❤️ Contributors
- Ozan Cakir (@ozancakir)
- Daniel Roe (@danielroe)
v0.0.24
🚀 Enhancements
- Add facebook OAuth provider (777d8b2)
🏡 Chore
- Update deps (3e42be4)
❤️ Contributors
- Adam Hudák (@adam-hudak)
v0.0.23
🚀 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
- Sébastien Chopin (@Atinux)
- Deth [email protected]
- Conrawl Rogers [email protected]
- Daniel Roe (@danielroe)
- Max (@onmax)
v0.0.22
🚀 Enhancements
- Add
redirectUrl
to OAuthMicrosoftConfig for HTTP vs HTTPS Handling (50ba6fe)
🩹 Fixes
- types: Narrowed session type passed to fetch session hook (77c82e7)
📖 Documentation
❤️ Contributors
- Gerben Mulder [email protected]
- André Agro Ferreira (@andreagroferreira)
- Sébastien Chopin (@Atinux)
- Daniel Roe (@danielroe)
v0.0.21
✨ Improvements
- add userURL from google provider to be configurable (#70)
❤️ Contributors
- Brendon Matos (@brendonmatos)