Activity
refactor: add expiration to cookies
refactor: add expiration to cookies
refactor: isLoggedInEndpoint architecture
refactor: isLoggedInEndpoint architecture
fix: returning old RT instead of new RT
fix: returning old RT instead of new RT
feat: clear cookies on account deletion
feat: clear cookies on account deletion
feat: add is logged in middleware to protected routes
feat: add is logged in middleware to protected routes
refactor: find by id instead of username
refactor: find by id instead of username
feat: separate endpoint for logged in user and new email
feat: separate endpoint for logged in user and new email
refactor: no longer require email from body
refactor: no longer require email from body
feat: add check if reset password token is existing
feat: add check if reset password token is existing
refactor: remove extra /reset-password in the url
refactor: remove extra /reset-password in the url
refactor: use params instead of body
refactor: use params instead of body
feat: add is unique email or username
feat: add is unique email or username
refactor: remove conditional type on username and password
refactor: remove conditional type on username and password
feat: add update user info and delete user mechanics
feat: add update user info and delete user mechanics
feat: add email verification on create account
feat: add email verification on create account