You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ruby-jwt
HI,
is there a way to force expire existing tokens for a user? My use case is to enforce that the same user can only perform actions from one IP address and the last valid authentication from an IP Address, if the IP Address is different from the latest, will invalidate (expires) all the valid tokens for the user.