tonitch/front/User_API #56

Merged
tonitch merged 9 commits from tonitch/front/User_API into master 2024-03-07 14:12:50 +01:00
Owner

Library to handle user interaction with backend

Library to handle user interaction with backend
tonitch added 8 commits 2024-03-06 09:10:09 +01:00
Base for rest api utilisation
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 1m54s
Build and test backend / Test-backend (pull_request) Successful in 1m52s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 20s
8c2397c4cf
The restConsumer will be the base, then I will create a js file per
"object" (for instance there will be users.js with all endpoints for
users using the restConsumer.js)
Document rest
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 1m55s
Build and test backend / Test-backend (pull_request) Successful in 1m50s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 19s
09d5e1c293
backbone for login
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 1m58s
Build and test backend / Test-backend (pull_request) Successful in 1m52s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 32s
e158fa1f87
Maxime reviewed 2024-03-06 09:21:59 +01:00
@ -0,0 +4,4 @@
*/
function getCookie(key){
key = key + "="
let cookies = decodeURIComponent(document.cookie).split(";");
Owner

pourquoi split avec ";" alors quand dans le header tu mas demandé la forme

set-cookie : session_token =

pourquoi split avec ";" alors quand dans le header tu mas demandé la forme set-cookie : session_token =<token>
Author
Owner

Ils sont encodés comme ça dans le navigateur

Ils sont encodés comme ça dans le navigateur
tonitch marked this conversation as resolved
tonitch added 1 commit 2024-03-06 14:10:43 +01:00
User api first draft finished
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 1m55s
Build and test backend / Test-backend (pull_request) Successful in 1m52s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 19s
aaaba0ddf3
tonitch changed title from WIP: tonitch/front/User_API to tonitch/front/User_API 2024-03-06 14:13:55 +01:00
tonitch requested review from Wal 2024-03-06 14:14:09 +01:00
tonitch added the
Done
Waiting for review
labels 2024-03-06 14:14:17 +01:00
Maxime approved these changes 2024-03-06 16:46:15 +01:00
Wal approved these changes 2024-03-07 13:40:33 +01:00
tonitch merged commit dbbf74f2c3 into master 2024-03-07 14:12:50 +01:00
tonitch deleted branch tonitch/front/User_API 2024-03-07 14:12:51 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
4 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#56
No description provided.