Fixing the cross origine on the frontend side + request in json #79
No reviewers
Labels
No Label
Bug
Done
Pas urgent
Proposition
Question
TODO
Tests
URGENT BORDEL DE Q
Waiting for review
back
front
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: PGL/Clyde#79
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "tonitch/front/fix/crossOrigine"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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});
expirationDate sur le backend
Pourquoi tho, Je peux pas expirer en une heure ?
YEES