Affinity is a web application designed to match individuals based on their intellectual compatibility. Users can create profiles, take quizzes, and find matches who share similar intellectual interests and capabilities. The project aims to foster meaningful connections through a sophisticated matching algorithm.
I would like to add a dedicated "Denied" page that will be displayed when users attempt to access routes they are not authorized to view. This page will clearly inform users that they do not have the necessary permissions to access the requested route.
The proposed flow:
Users without the required access rights will be redirected to /denied when they attempt to access restricted routes.
The denied page will be a simple and informative component that explains the reason for the redirection.
This feature will improve user experience by providing feedback for unauthorized access instead of silently redirecting them elsewhere.
I would like to add a dedicated "Denied" page that will be displayed when users attempt to access routes they are not authorized to view. This page will clearly inform users that they do not have the necessary permissions to access the requested route.
The proposed flow:
This feature will improve user experience by providing feedback for unauthorized access instead of silently redirecting them elsewhere.
Please assign me this issue under Hacktoberfest