Elm Auth plug and play Take this elm SPA and plug it against Backend code of your choice It contains Login / Signup / Verification / Forgot Password / Reset Password flow Private and Public routes Session via JWT token ###Local development elm make src/Main.elm --output=public/app.js start app: npm start tailwind: npm run css:watch