Quick demo of using a custom devise strategy to log in from a token passed through a header
See this commit for a quick up-and-running auth system with a hardcoded token and user.
See Ferrite's strategy (and corresponding token model) for a more realistic implementation.