SEC-11 removed algorithm from Settings but missed 3 call sites: - auth.py line 68: jwt.decode in get_current_user - integrations.py lines 58, 120: jwt.decode in OAuth callbacks All now use ALGORITHM constant or inline 'HS256'. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| auth.py | ||
| dates.py | ||