Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Refacto] Refonte de l'UX concernant la gestion d'une personne connectée/déconnectée #190

Open
Ludovicli973 opened this issue Sep 21, 2023 · 0 comments
Assignees

Comments

@Ludovicli973
Copy link
Contributor

Description 📚 :

Refactorer le code afin de rediriger une personne non authentifiée vers une page de connexion

Règles de gestions 📏 :

Un utilisateur déjà authentifié pourra directement accéder à l'application Ozkour. A l'inverse, une personne non authentifiée sera automatiquement redirigée vers une page de connexion /login

Critères d'acceptations :

Scénario 1 :

  • Une personne non authentifiée accède à l'application en passant par l'url /
  • Il est donc redirigé vers la page /login puisqu'il n'est pas connecté

Scénario 2 :

  • Une personne est authentifiée et accède à l'application en passant par l'url /
  • Il reste donc sur cette page puisque celui-ci est bien connecté

Informations techniques 💾 :

Lancement de l'application :

back :

cd ozkour-back
npm run dev

front :

cd ozkour-front
npm run serve

Notes 📘 :

contact : ludovic.li@zenika.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

1 participant