Commit c1d338f
committed
fix: traffmonetizer requires browser JWT (reCAPTCHA blocks login)
Traffmonetizer now enforces reCAPTCHA on /api/auth/login — email/
password login is no longer possible programmatically. The device
token (TRAFFMONETIZER_TOKEN) is not a JWT and doesn't work as API
auth either. Switch to browser JWT extraction like bytelixir/grass.1 parent 215aa97 commit c1d338f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1303 | 1303 | | |
1304 | 1304 | | |
1305 | 1305 | | |
1306 | | - | |
| 1306 | + | |
1307 | 1307 | | |
1308 | 1308 | | |
1309 | 1309 | | |
| |||
0 commit comments