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
I have tried getting it running quickly by using the above PR as a reference but I am missing the authenticate() function in this repo so its not a quick fix unfortunately.
The text was updated successfully, but these errors were encountered:
Im having the same issue as in this issue over in the old repo: tymondesigns/jwt-auth#891
The short of it is, I have a custom claim in my user model:
However the
getJWTCustomClaims()
function is never called when a token is refreshed.Associated PR from old repo: tymondesigns/jwt-auth#1619
I have tried getting it running quickly by using the above PR as a reference but I am missing the
authenticate()
function in this repo so its not a quick fix unfortunately.The text was updated successfully, but these errors were encountered: