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

fix: bug token when change bal #950

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Conversation

fufeck
Copy link
Contributor

@fufeck fufeck commented Aug 21, 2024

CONTEXT

Lorsque l'on est sur /bal/... qui est en cours de mise a jour et que l'on revient sur l'accueil

Capture d’écran 2024-08-21 à 17 25 17

Et qu'on reclique sur la bal en question

Capture d’écran 2024-08-21 à 17 25 33

Celle ci est maintenant en attente d'habilitation

EXPLICATION

Lorsque l'on retourne sur l'accueil, nous forcons le OpenApi.TOKEN (pour savoir si les bal sont habilité), le token est alors désynchro entre celui de OpenApi.TOKEN et du TokenContext.
Comme le Token du TokenContext n'a pas changé, le reloadHabilitation ce lance avec un OpenApi.TOKEN erroné, ce qui nous donne un une 403.

RESOLUTION

On set le token de OpenApi.TOKEN et du TokenContext a null quand il n'y a pas de balId (dans la requète)

@fufeck fufeck requested a review from MaGOs92 August 21, 2024 15:35
Copy link
Contributor

@MaGOs92 MaGOs92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fufeck fufeck merged commit 7545b76 into master Aug 28, 2024
6 checks passed
@fufeck fufeck deleted the fufeck_fix_bug-token-when-change-bal branch August 28, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants