Open
Description
Describe the bug
Token field to short to use with keycloack oidc instropsection endpoint
To Reproduce
Create a client than support oidc login on keycloack and use django-oauth-toolkit to valide the query by using introspection endpoint
Version
lastest
When I configure django-oauth-toolkit with keycloack and try to validate an Authorization header with a jwt token, it appear than after the introspection validation the token used can't be store in the token field of TokenAccess model because the limit is 255.
value too long for type character varying(255)
is it a normal behavior ? Did I do something wrong ?