Skip to content

Latest commit

 

History

History
261 lines (145 loc) · 7.64 KB

CHANGELOG.md

File metadata and controls

261 lines (145 loc) · 7.64 KB

Changelog

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