Don't save JWTs in DB
Closed this issue · 0 comments
SHxKM commented
I don't want to allow revocations of JWTs (I'd like to force clients to revoke the client ID instead). I know this may not be according to standards.
As a start though, how can I prevent oauth toolkit from saving the JWT in the database, and not do any lookups when authorizing?