Skip to content

Latest commit

 

History

History
488 lines (272 loc) · 14.8 KB

CHANGELOG.md

File metadata and controls

488 lines (272 loc) · 14.8 KB

Changelog

v0.0.25

compare changes

🚀 Enhancements

  • Add fields support to facebook provider (8e53936)

🏡 Chore

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

❤️ Contributors

v0.0.24

compare changes

🚀 Enhancements

  • Add facebook OAuth provider (777d8b2)

🏡 Chore

❤️ Contributors

v0.0.23

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

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

compare changes

🏡 Chore

❤️ Contributors

v0.0.20

compare changes

🩹 Fixes

  • Leverage NUXT_SESSION_PASSWORD provided at runtime (4932959)

❤️ Contributors

v0.0.19

compare changes

🚀 Enhancements

  • Generate NUXT_SESSION_PASSWORD and throw if not set in production (de890ed)

🩹 Fixes

  • Leverage runtimeConfig to check password (7c23543)

🏡 Chore

❤️ Contributors

v0.0.18

compare changes

🚀 Enhancements

  • Add authorizationParams in oauth config (#56)

🩹 Fixes

  • UserSession user type augmentation (#54)
  • User session types (#55)

📖 Documentation

🏡 Chore

❤️ Contributors

v0.0.17

compare changes

🩹 Fixes

  • UserSession user type augmentation (#54)

🏡 Chore

❤️ Contributors

v0.0.16

compare changes

🚀 Enhancements

  • Add replaceUserSession() (#44)

🩹 Fixes

  • google: Remove redirectUrl type (#52)

🏡 Chore

❤️ Contributors

v0.0.15

compare changes

🚀 Enhancements

  • Add auth0 connection parameter to config (#39)
  • Added aws cognito provider (#36)

🩹 Fixes

  • Replace encoded space characters with regular spaces (#40)

🏡 Chore

❤️ Contributors

v0.0.14

compare changes

🚀 Enhancements

  • Added keycloak as oauth provider (#23)

🏡 Chore

  • Test bundler module resolution (#32)
  • Update deps (9d6b258)

❤️ Contributors

v0.0.13

compare changes

🏡 Chore

  • Rename session from verify to fetch (10694e9)

❤️ Contributors

v0.0.12

compare changes

🩹 Fixes

  • Correct arguments for hooks (6e0193e)

❤️ Contributors

v0.0.11

compare changes

🚀 Enhancements

  • Add sessionHooks to extend user sessions (c470319)

❤️ Contributors

v0.0.10

compare changes

🚀 Enhancements

  • Added linkedIn auth provider (#13)

🩹 Fixes

  • Add audience to auth0 runtime config types (#27)

📖 Documentation

  • Add LinkedIn in providers (c9b9925)

🏡 Chore

❤️ Contributors

v0.0.9

compare changes

🚀 Enhancements

  • Add max_age param for auth0 (#26)
  • Added Microsoft as oauth provider (#8)

❤️ Contributors

v0.0.8

compare changes

🩹 Fixes

  • Avoid infinite loop with latest Nuxt (93b949d)

🏡 Chore

  • playground: Better with right title (97a3ad3)

❤️ Contributors

v0.0.7

compare changes

🩹 Fixes

  • oauth: Add generic OAuthConfig type (#18)

📖 Documentation

  • Use consistent reference to module (13daa78)

🏡 Chore

❤️ Contributors

v0.0.6

compare changes

🚀 Enhancements

  • Added discord auth provider (#7)
  • Added oauth battle.net (#11)
  • Refactor login buttons to use dropdown (#14)

🏡 Chore

❤️ Contributors

v0.0.5

compare changes

🚀 Enhancements

  • Added google as oauth provider (#3)
  • Added twitch as supported oauth provider (#5)
  • Added auth0 as oauth provider (#6)

💅 Refactors

  • Use useSession generic rather than assertion (#4)

📖 Documentation

🏡 Chore

❤️ Contributors

v0.0.4

compare changes

🩹 Fixes

🏡 Chore

❤️ Contributors

v0.0.3

compare changes

🚀 Enhancements

  • Allow users to define custom session factory + types (#2)

🩹 Fixes

  • Don't log warning about password when preparing types (804057b)
  • Import useRuntimeConfig (bdbb4b8)

🏡 Chore

🤖 CI

  • Run lint + test actions in ci (f50c1b5)

❤️ Contributors

v0.0.2

compare changes

v0.0.1

🩹 Fixes

  • Workaround for addServerImportsDir not working (5a189df)

📖 Documentation

🏡 Chore

❤️ Contributors