Skip to content

User authentication

AB6262 requested to merge user-authentication into main

User authentication fully working including the following features:

  • Login
  • Sign-up
  • Auth state in useAuth
  • Session cookie contains userId and username
  • Navigation depending on auth state (to and from auth pages)

Merge request reports