How do you invalidate/persist tokens with ash_authentication?
JWT tokens by itself are stateless, meaning that you can't invalidate them if you do not store them.
Is there a way to do that with
Is there a way to do that with
ash_authentication?