Releases: privy-open-source/nuauth
Releases · privy-open-source/nuauth
0.5.0
🚀 Feature
- Redirect URI now can accept path-only - by Pringgo Radianto (15b8c)
🐞 Bug Fixes
- deps:
- Update nuxt framework - by renovate[bot] (a14af)
- Update nuxt framework to v3.6.2 - by renovate[bot] (3cfd0)
- Update dependency h3 to v1.7.1 - by renovate[bot] (d70cf)
- Update dependency destr to v2 - by renovate[bot] (dd11e)
0.4.0
🚨 Breaking Changes
- Change utils location from
@privyid/nuauth
to @privyid/nuauth/core
Migration:
- In nuxt.config.ts
, change module from @privyid/nuauth/module
to @privyid/nuauth
- Change all utils import from @privyid/nuauth
to @privyid/nuauth/core
🚀 Features
- multiprofile: Add new multi profile - by Ade Novid (f797e)
🐞 Bug Fixes
- autoimport: Fix auto import - by Ade Novid (7afc1)
- deps: Update nuxt framework to v3.5.2 - by renovate[bot] (569ad)
0.3.1
🐞 Bug Fixes
- Inconsistent token value - by Ade Novid (1daac)
- deps:
- Update dependency ufo to v1.1.2 - by renovate[bot] (3ec0f)
- Update nuxt framework to v3.4.3 - by renovate[bot] (ee1c1)
- Update dependency h3 to v1.6.6 - by renovate[bot] (ed04b)
- Update dependency cookie-es to v1 - by renovate[bot] (ff2f1)
- Update nuxt framework to v3.5.1 - by renovate[bot] (79b83)
0.3.0
🚀 Features
- Add option
cookie
and autoImport
- by Ade Novid (1e801)
🐞 Bug Fixes
- Set cookies on iframe - by Ade Novid (99da7)
- deps:
- Update dependency ufo to v1.1.1 - by renovate[bot] (7bf08)
- Update nuxt framework to v3.4.0 - by renovate[bot] (8b715)
- Update nuxt framework to v3.4.1 - by renovate[bot] (95f70)
- Update nuxt framework to v3.4.2 - by renovate[bot] (9877a)
0.2.1
🐞 Bug Fixes
- Missing import - by Ade Novid (736b1)
- deps: Update dependency @nuxt/kit to v3.3.3 - by renovate[bot] (c7f58)
0.2.0
🐞 Bug Fixes
- Redirect on different base url - by Ade Novid (2b7b0)
0.1.0
🚨 Breaking Changes
- Change
isAlmostExpired
to function - by Ade Novid (ff6a7)
🚀 Features
- Basic functionalities - by Ade Novid (bbc39)