Exercises in Elixir
A simple web server with routing using Bandit
Storing values in session storage (cookies)
Issuing a JWT as a cookie and using it to verify its authenticity and extract the username from it.
A Svelte frontend SPA makes requests to a Phoenix API and restricts usage via CORS headers.