cs481-ekh / s24-illiterate-librarians

MIT License
1 stars 0 forks source link

task: Front End Login/Authentication #122

Closed AndrewDoering01 closed 7 months ago

AndrewDoering01 commented 7 months ago

References: #42

Definition of Done

AndrewDoering01 commented 7 months ago

[t:45]

Created static component for login page

AndrewDoering01 commented 7 months ago

[t:90]

Setup login request, enabled CORS on backend

AndrewDoering01 commented 7 months ago

[t:210]

Changed auth request, allowed for local store + cookies on the backend. Set up route guards depending on login status. Enabled logout.