Elixir API and Elm SPA - Part 5
Part 5: Persisting session data to localStorage
We are going to save the session (the token) to the localStorage so on app startup, if it exists, the user can avoid login in again. We're also going to implement the Logout command and add a generic er...
blog.miguelcoba.com12 min read