Description
We need to have logic in place that can redirect the user dynamically to his latest course. This endpoint will act as a redirector. If the user
Functional requirements
- Create a new route in the frontend at https://talentpulse.localhost/dashboard. This page needs to check if the user is authenticated or not.
- If the user is authenticated, redirect the user to the latest course. This route is "https://talentpulse.localhost/courses/{uuid}"
- If the user is not authenticated, redirect the user to https://talentpulse.localhost/organisation-login which is at the moment the only login flow we will support.
Description
We need to have logic in place that can redirect the user dynamically to his latest course. This endpoint will act as a redirector. If the user
Functional requirements