I've just learnt that JWT have major drawbacks and we are overly using them. I can totally see the reasoning.
The solution would be to make a call to the DB each time, instead of using a JWT.
The problem is that I'm using Keycloak for my project - so it automatically uses JWT.
Is there any other alternative than using JWT for Keycloak?
Thanks.