Is there a way to generate a permanent token with Devise Token Auth, aside from changing the token_lifespan
setting?
I have an user oriented api that requires login but I also need to set up the same api to be used on integrations, with token authentication
If there's no way to change the token lifespan, any suggestions of how to do this?