Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 541 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 541 Bytes

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.