git clone https://github.com/iwsh/stateless-auth-tutorial.git
cd stateless-auth-tutorial
docker compose up
- You can access login page at http://localhost:3000
- At first, http://localhost:3000/cookie cannot be accessed (redirected to login page)
- After login, you can see the decoded JWT access_token in http://localhost:3000/cookie.
User: admin
Password: password