Persistent logins in Elixir with Expected
I’ve written an Elixir package to enable persistent logins through an authentication cookie, following Barry Jaspan’s Improved Persistent Login Cookie Best Practice.
I tell about this project in an article I’ve published on Medium last week.
Read next Sealas' auth part 3: custom ecto types, auth tokens, ...