Commit 1a5085e
Fix JWT secret consistency in integration test
- Set JWT_SECRET environment variable consistently for both login and verification
- Ensure login function and JWT middleware use the same secret
- Fixes CI test failure where token verification failed due to secret mismatch
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent d63a10f commit 1a5085e
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
159 | 164 | | |
160 | 165 | | |
161 | 166 | | |
| |||
165 | 170 | | |
166 | 171 | | |
167 | 172 | | |
168 | | - | |
169 | 173 | | |
170 | 174 | | |
171 | 175 | | |
| |||
0 commit comments