Hey all, I was wondering if there is a built-in solution in AshAuthentication to support user created api keys to allow access to some API in an Ash resource (in my case, using AshGraphql).
I thought about using JWT, but it was not clear to me if I would be able to create multiple tokens for the user and also if AshAuthentication would keep them persistend into the User resource or it would just validate the token (meaning that I can’t revoke them).