karishmas6
|
ecd78e2f0f
|
feat: ensure partial rendering does not happen
|
2024-09-25 16:09:23 +05:30 |
|
karishmas6
|
1f570c04c3
|
feat: redirect to login
|
2024-09-25 16:05:08 +05:30 |
|
karishmas6
|
289fa826cc
|
feat: handle !user errors
|
2024-09-25 16:00:16 +05:30 |
|
karishmas6
|
ce7291e048
|
feat: return error if !user
|
2024-09-25 15:59:33 +05:30 |
|
karishmas6
|
366fb604f6
|
chore: lint
|
2024-09-25 15:59:04 +05:30 |
|
karishmas6
|
deaba2cead
|
feat: use User Routes
|
2024-09-25 15:57:31 +05:30 |
|
karishmas6
|
01dc8ade02
|
chore: lint
|
2024-09-25 15:43:24 +05:30 |
|
karishmas6
|
8baa128852
|
feat: interface UserRouteProps
|
2024-09-25 15:43:10 +05:30 |
|
karishmas6
|
ebe46ca468
|
feat: user route
|
2024-09-25 15:42:07 +05:30 |
|
karishmas6
|
688589bfa5
|
feat: login & register routes
|
2024-09-25 15:30:55 +05:30 |
|
karishmas6
|
2591bf0a95
|
fix: use data.csrfToken
|
2024-09-25 14:57:40 +05:30 |
|
karishmas6
|
ba4695acb0
|
fix: login api route
|
2024-09-25 13:45:37 +05:30 |
|
karishmas6
|
68a153b358
|
chore: lint
|
2024-09-25 13:42:39 +05:30 |
|
karishmas6
|
081ec0f059
|
feat: wrap in AuthProvider
|
2024-09-25 13:42:26 +05:30 |
|
karishmas6
|
cec1a97d4e
|
refactor: rename to Login
|
2024-09-25 13:20:25 +05:30 |
|
karishmas6
|
1117e2836d
|
chore: lint
|
2024-09-25 13:19:57 +05:30 |
|
karishmas6
|
130945259d
|
feat: login ui
|
2024-09-25 13:19:47 +05:30 |
|
karishmas6
|
0a99393478
|
feat: show error msg
|
2024-09-25 13:16:58 +05:30 |
|
karishmas6
|
6a9b2f682a
|
chore: lint
|
2024-09-25 13:09:05 +05:30 |
|
karishmas6
|
6a6bc3b811
|
feat: register ui
|
2024-09-25 13:08:51 +05:30 |
|
karishmas6
|
6879260623
|
refactor: rename to AuthProvider
|
2024-09-25 12:15:38 +05:30 |
|
karishmas6
|
8f52bb28e1
|
refactor: rename to AuthContext
|
2024-09-25 12:07:24 +05:30 |
|
karishmas6
|
23e55deec7
|
feat: use body parser
|
2024-09-25 11:54:04 +05:30 |
|
karishmas6
|
cbcd54cd3f
|
chore(deps): install @types/body-parser body-parser
|
2024-09-25 11:24:40 +05:30 |
|
karishmas6
|
c6564fbf00
|
chore: lint
|
2024-09-25 11:07:09 +05:30 |
|
karishmas6
|
61d65b1e26
|
chore: lint
|
2024-09-24 23:51:36 +05:30 |
|
karishmas6
|
f68c61c0ec
|
feat: generate api key
|
2024-09-24 23:50:55 +05:30 |
|
karishmas6
|
a2e4c2dde0
|
fix: ts errors
|
2024-09-24 19:16:51 +05:30 |
|
karishmas6
|
e9d3b9fcb0
|
fix: set error type explicitly any
|
2024-09-24 19:07:02 +05:30 |
|
karishmas6
|
506b21da2b
|
chore(deps): install types for cookie parser
|
2024-09-24 19:06:04 +05:30 |
|
karishmas6
|
b39b9d192b
|
chore: ignore .env
|
2024-09-24 18:59:49 +05:30 |
|
karishmas6
|
e6e54eee7f
|
feat: connect && sync db
|
2024-09-24 18:03:26 +05:30 |
|
karishmas6
|
6c06cbf1d3
|
chore: lint
|
2024-09-24 18:00:38 +05:30 |
|
karishmas6
|
f671014444
|
feat: sync database
|
2024-09-24 18:00:25 +05:30 |
|
karishmas6
|
1bcc8d372b
|
chore: remove unused import
|
2024-09-24 17:48:01 +05:30 |
|
karishmas6
|
1f2f505ac5
|
chore: remove unused import
|
2024-09-24 17:47:44 +05:30 |
|
karishmas6
|
33a3d71c93
|
feat: use comparePassword from utils
|
2024-09-24 17:47:30 +05:30 |
|
karishmas6
|
fd3d65e632
|
feat: exclude hashed password when return user
|
2024-09-24 17:46:35 +05:30 |
|
karishmas6
|
37dab830bf
|
fix: remove hashedPassword var
|
2024-09-24 17:45:05 +05:30 |
|
karishmas6
|
26b08e510e
|
feat: use hashPassword function
|
2024-09-24 17:43:28 +05:30 |
|
karishmas6
|
f5fa79faa9
|
chore: remove todo & unused dependencies
|
2024-09-24 17:40:55 +05:30 |
|
karishmas6
|
f0e685f339
|
chore: lint
|
2024-09-24 17:40:20 +05:30 |
|
karishmas6
|
d82171f7e3
|
fix: extend request to include user
|
2024-09-24 17:39:50 +05:30 |
|
karishmas6
|
7c36bd7245
|
feat: use User for current user
|
2024-09-24 17:33:51 +05:30 |
|
karishmas6
|
f26f8300d3
|
feat: use User for login
|
2024-09-24 17:31:56 +05:30 |
|
karishmas6
|
21a1ea3a5c
|
feat: use User for register
|
2024-09-24 17:29:48 +05:30 |
|
karishmas6
|
24881daa6e
|
chore: lint
|
2024-09-24 17:24:24 +05:30 |
|
karishmas6
|
87fa644ecf
|
chore: lint
|
2024-09-24 17:24:11 +05:30 |
|
karishmas6
|
df998b4304
|
feat: create User model
|
2024-09-24 17:23:53 +05:30 |
|
karishmas6
|
31be279168
|
feat: postgres config
|
2024-09-24 17:19:49 +05:30 |
|