Fixing the cross origine on the frontend side + request in json #79

Merged
tonitch merged 4 commits from tonitch/front/fix/crossOrigine into master 2024-03-09 18:18:16 +01:00
Owner
No description provided.
tonitch added 1 commit 2024-03-09 10:27:36 +01:00
Fixing the cross origine on the frontend side
Some checks failed
Build and test backend / Build-backend (pull_request) Successful in 1m59s
Build and test backend / Test-backend (pull_request) Successful in 1m59s
Build and test FrontEnd / Build-frontend (pull_request) Failing after 21s
21de520175
tonitch added 1 commit 2024-03-09 10:34:08 +01:00
Fix typo
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 2m1s
Build and test backend / Test-backend (pull_request) Successful in 1m56s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 23s
0b4b38f6c5
Merci javascript pour ces erreurs de qualitée...
tonitch added the
Waiting for review
label 2024-03-09 14:58:16 +01:00
tonitch added this to the Tonitch's TODO project 2024-03-09 14:58:26 +01:00
Maxime requested changes 2024-03-09 15:03:42 +01:00
Maxime left a comment
Owner

pas sûr que ça pose problème

pas sûr que ça pose problème
@ -2,3 +2,3 @@
export async function login(user, pass, exp){
return restPost("/login", {login: user, password: pass, expiration: exp});
return restPost("/login", {identifier: user, password: pass, expiration: exp});
Owner

expirationDate sur le backend

expirationDate sur le backend
Author
Owner

Pourquoi tho, Je peux pas expirer en une heure ?

Pourquoi tho, Je peux pas expirer en une heure ?
tonitch marked this conversation as resolved
tonitch added 1 commit 2024-03-09 16:18:23 +01:00
Solve crossOrigin Finally
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 2m2s
Build and test backend / Test-backend (pull_request) Successful in 2m0s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 24s
847b1ca419
tonitch added 1 commit 2024-03-09 16:20:06 +01:00
fix expiration date and frontend requests
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 2m1s
Build and test backend / Test-backend (pull_request) Successful in 2m1s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 25s
ac88307036
tonitch added the
Done
label 2024-03-09 16:20:14 +01:00
tonitch requested review from Maxime 2024-03-09 16:20:17 +01:00
Maxime approved these changes 2024-03-09 17:18:45 +01:00
Maxime left a comment
Owner

YEES

YEES
tonitch merged commit 31159ebb5c into master 2024-03-09 18:18:16 +01:00
tonitch deleted branch tonitch/front/fix/crossOrigine 2024-03-09 18:18:16 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PGL/Clyde#79
No description provided.