I want to be able to customize the :authenticate_user filter to include authenticating a user through an authentication token. The reason I don’t want to use the built-in token mechanism is because that allows for only a single auth-token. I want the user to have multiple tokens. Devise as far as I know does not support this.
Any ideas?
I have added a Strategy of my own to fix this: