Releases: dev-charles15531/nuxt-fortify
Releases · dev-charles15531/nuxt-fortify
v1.1.2
🚀 Enhancements
- login: Added login feature to the useFortifyFeatures composable (ed2bddf)
- 2FA: Added Two Factor Authentication feature to the useFortifyFeatures composable (62cbe14)
- register: Added register feature (34737ee)
- resend email verification: Added the reset email verification feature. (537e038)
- forgot password: Added the forgot password feature (5355a55)
- confirm password: Added the confirm password feature. (d87942c)
- Added guest and auth middleware (2b4f14a)
- middleware: Added auth and guest middleware (0902cb0)
- logout: Added logout feature (67e5fac)
- confirm2fa: Added the confirm 2FA feature (48ec686)
🩹 Fixes
- Fixed ESLint error (d588aaa)
- Linting error in playground (82671dc)
- Cookie header bug in useFortifyUser.ts (201286e)
- Minor bug fix (2c1857e)
🏡 Chore
- Added response interceptor to initialize auth user after login (4914cc3)
- Added fetch user scope for cookie mode (cb774d6)
- Added DeepPartial type to the BaseModuleOption type (8fbee7f)
- Code refractor and playground building (ad904e3)
- Playground build and some code refractoring (2a7842d)
- Playground for 2FA after login and code refractoring (9428b60)
- Added midleware for 2FA route (1156ad0)
- Added workflows, github templates and update README.md (6fabc6b)
❤️ Contributors
- Dev-charles15531 (@dev-charles15531)