MindfulStudio / frontend

A mental health application for tracking and analyzing emotional states in depth
https://gemischtegefuehle-app.onrender.com/
Other
3 stars 2 forks source link

OPEN for Backend: Check auth on HomePage and redirect to Dashboard if auth check is successful #125

Closed nadjascodejourney closed 1 month ago

nadjascodejourney commented 1 month ago

For this, we probably have to introduce a new controller (authCheck) on route auth/status or similar in backend repo as well. So that we can redirect logged in users directly to DashboardPage instead of asking them to login/register.