johndpjr / AgTern

19 stars 5 forks source link

Implement sign-in #143

Closed johndpjr closed 12 months ago

johndpjr commented 1 year ago

Context

Once #142 is complete and users can be created, we can now allow users to sign in and manage their session. The backend and frontend already support this functionality, it just needs to be connected.

TODO

Notes

The application should be able manage the session w/ the JWT authentication automatically (i.e. as components refresh), so I wouldn't worry about future steps. However, ensure that the user is actually logged in by debugging the application.