issues
search
EOT-Event-Organizer-s-Toolbox
/
eot-codebase
The Event Organizer's Toolbox aims to provide a platform where event organizers can manage important information pertaining to their events without having to use multiple additional tools to stay organized.
https://event-organizers-toolbox.fly.dev/
9
stars
12
forks
source link
Hooked up the login page and added some context to control redirects.
#217
Closed
igMike-V
closed
1 year ago
igMike-V
commented
1 year ago
Login pages now connected.
Updated the API server cors declaration to include credentials.
Wrapped App in context to give some auth and user state.
Added a pre initialized axios instance to force sending credentials
Added authService with login, logout, register calls to API
Added Registration page
Added logout button
Redirected logged out users to login page.
Login pages now connected.