Purpose: To allow users to track gym progress in a super simple format.
Todo
- Login/Auth - []
- form - []
- github commit like history - []
Handling auth:
- Create an auth service that handles login, logout, register
- Create an interceptor that attaches sessionID to header under authorisation
- Login, retrieve sessionID
- Store sessionID in cookies