Releases: auth-templates/express-hybrid-auth-api
Releases · auth-templates/express-hybrid-auth-api
v1.0.1
v1.0.0
1.0.0 (2025-07-29)
Bug Fixes
- apply session-related fixes (b6b0c98)
- correct validation schema (8e0007a)
- ensure token refresh route bypasses access token verification (7715abd)
- resolve type issues in emails (75ef4aa)
Features
- add accept terms field on signup (03b8b9a)
- add better validations for signup fields (2524c3e)
- add code field to api responses (73647ec)
- add confirm reset password route (2756fa8)
- add csrf protection middleware (45eec7b)
- add dark theme for Swagger API docs (9d7cf8d)
- add email templates (5b5382f)
- add field validations using Zod + i18n config (38d4382)
- add GitHub login (5f7fd03)
- add Google auth (5fedec8)
- add resend activation email route (ee7961c)
- add reset password route with unit tests (b51215d)
- add schema validation with Valibot (9d37846)
- add session authentication (aea1a0d)
- add simple login (a7f60a9)
- add user session route (3fccc07)
- add verify 2fa route and middleware (00f6582)
- add verify-signup route with unit tests (da9696b)
- create 2FA routes (579e082)
- create user during sign up (8b2101f)
- enable hybrid auth (token-based access + session refresh) (396540b)
- initialize TypeScript project with Swagger (e440cc0)
- integrate pino logger for application debugging (9608abd)
- make firstName, lastName and role optional in validation (f516246)