Commit 6cb2eaf
fix(auth): merge main and use bcryptjs for login route CI build
Replace native bcrypt with bcryptjs to fix Next.js build failure on
/api/auth/login page data collection. Re-apply login security changes
after merging upstream main per maintainer request.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent b201ed6 commit 6cb2eaf
4 files changed
Lines changed: 19 additions & 231 deletions
File tree
- src/app/api/auth
- __tests__
- login
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments