User avatar
MarkAssPandi @MarkAssPandi@shrimpnet.gej.pet
1y
I'm working on something that uses JWT's and
I wanna keep it stateless but I'm thinking how to handle stuff like invalidating keys before they expire (like for remote logout etc) without using rotating keys cus I feel that would not longer be stateless.
Any ideas?