-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
If I change the existing JWTUniqueID to something different in the database, like 'XXX', the token is no longer valid. But if I change it to 0 or null, it becomes valid again. So resetting the token from the cms doesn't work.
Probably because the jti claim (that is created on that value) then becomes empty as well, and as it is optional, it won't be used.
Possible solution: set JWTUniqueID to something invalid ánd unique to disable it. For example $member->ID works - although not very secret :)
Reactions are currently unavailable