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
Im excited to make use of pgjwt in our applications but I'd like to be able to be more informative regarding invalidation of a jwt. The invalid exceptions in JWT that Im aware of are:
Do you think it might be valuable to include a 4th (and possibly 5th) column in the returned set from the verify function, perhaps called invalid_code (and invalid_message) which could return the cause of invalidation?
The text was updated successfully, but these errors were encountered:
Im excited to make use of pgjwt in our applications but I'd like to be able to be more informative regarding invalidation of a jwt. The invalid exceptions in JWT that Im aware of are:
Do you think it might be valuable to include a 4th (and possibly 5th) column in the returned set from the verify function, perhaps called invalid_code (and invalid_message) which could return the cause of invalidation?
The text was updated successfully, but these errors were encountered: