Releases: atinux/nuxt-auth-utils
Releases · atinux/nuxt-auth-utils
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)
v0.0.20
v0.0.19
v0.0.18
v0.0.17
🩹 Fixes
- UserSession user type augmentation (#54)
You should now declare UserSession and User separated:
// auth.d.ts
declare module '#auth-utils' {
interface User {
id: number
name: string
}
interface UserSession {
loggedInAt: number
}
}
export {}
🏡 Chore
❤️ Contributors
v0.0.16
🚀 Enhancements
- Add replaceUserSession() (#44)
🩹 Fixes
- google: Remove
redirectUrl
type (#52)
🏡 Chore
❤️ Contributors
- Sébastien Chopin (@Atinux)
- Maximilian Götz-Mikus (@maximilianmikus)
- Harlan Wilton (@harlan-zw)
v0.0.15
🚀 Enhancements
🩹 Fixes
- Replace encoded space characters with regular spaces (#40)
🏡 Chore
- Up deps (a7bd06b)
❤️ Contributors
- Sébastien Chopin (@Atinux)
- Dvir Hazout [email protected]
- Silvio Eckl [email protected]
- Ahmed Rangel (@ahmedrangel)
v0.0.14
What's Changed
- chore: test bundler module resolution by @danielroe in #32
- feat: added keycloak as oauth provider by @kingyue737 in #23
New Contributors
- @kingyue737 made their first contribution in #23
Full Changelog: v0.0.13...v0.0.14