You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Fusio returns a JWT for the /consumer/login endpoint and a random token for the normal OAuth2 access token. We should also use a JWT as OAuth2 access token, the token can then could also include other claims about the user.
The text was updated successfully, but these errors were encountered:
Currently Fusio returns a JWT for the
/consumer/login
endpoint and a random token for the normal OAuth2 access token. We should also use a JWT as OAuth2 access token, the token can then could also include other claims about the user.The text was updated successfully, but these errors were encountered: