Is it currently possible to issue a token for a user on the server side?
My use case is for passwordless authentication, so a user will authenticate by clicking a link in their email and then I’d like to issue them with a token on the server side. However because there are no passwords, I can’t use Fauna’s built in Login function.