Commit 8fecf63
committed
chore: disable backend JWT enforcement until FAM login exists
The frontend only has mock auth (no Cognito/Amplify integration), so it
cannot obtain tokens and every API call would 401. Run the backend with
security disabled — the scaffold's local-dev placeholder principal —
until FAM login is implemented in the frontend, then flip back to true.1 parent 12bac89 commit 8fecf63
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
130 | 132 | | |
131 | | - | |
| 133 | + | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
| |||
0 commit comments