philipandwaffle commented on issue #34611: URL: https://github.com/apache/superset/issues/34611#issuecomment-3811158587
Recently came across this issue and found a fix that worked for me, adding in case it helps anyone else. Issue seems to be that the subject of decoded JWT tokens is null which causes an error when verification is attempted. Verification can be disabled by adding this line to the superset_config.py `JWT_VERIFY_SUB = False` [Here's some context on the PyJWT package that performs the token decoding in superset](https://github.com/apache/superset/issues/30995) [Here's the fix from the above link](https://github.com/crate/cratedb-examples/pull/749/changes) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
