Skip to content

Commit

Permalink
Fix bug in login functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Klausdk1999 committed Dec 3, 2023
1 parent 1622d74 commit 84eb35b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/Insomnia_2023-12-03.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"_type":"export","__export_format":4,"__export_date":"2023-12-03T19:03:16.461Z","__export_source":"insomnia.desktop.app:v2023.5.8","resources":[{"_id":"req_f7e3af5e08dc4eeab8dba9ffb82eb2a2","parentId":"wrk_be6c645ccb6d497d85b6e7b9a36d5314","modified":1701628025923,"created":1699741768487,"url":"https://go-pe.onrender.com/readings","name":"Get all readings","description":"","method":"GET","body":{},"parameters":[],"headers":[{"name":"User-Agent","value":"insomnia/2023.5.8"}],"authentication":{},"metaSortKey":-1699741768487,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"wrk_be6c645ccb6d497d85b6e7b9a36d5314","parentId":null,"modified":1699735289524,"created":1699735289524,"name":"data-storage","description":"","scope":"collection","_type":"workspace"},{"_id":"req_63471ff476e7460896ed3810073d0e6c","parentId":"wrk_be6c645ccb6d497d85b6e7b9a36d5314","modified":1701628001748,"created":1699741864481,"url":"https://go-pe.onrender.com/readings","name":"Post reading","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"user_id\":1,\n\t\"value\": 14\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json"},{"name":"User-Agent","value":"insomnia/2023.5.8"}],"authentication":{},"metaSortKey":-1699740175443.75,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_4c3b64c8f0ab4d40a767b7cd3843ad58","parentId":"wrk_be6c645ccb6d497d85b6e7b9a36d5314","modified":1701628175082,"created":1699741827532,"url":"https://go-pe.onrender.com/readings/1","name":"Get user readings by user id","description":"","method":"GET","body":{},"parameters":[],"headers":[{"name":"User-Agent","value":"insomnia/2023.5.8"}],"authentication":{},"metaSortKey":-1699738582400.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_c7efd33858e84d9ea4e9717fc7492dae","parentId":"wrk_be6c645ccb6d497d85b6e7b9a36d5314","modified":1701627857166,"created":1701562440349,"url":"https://go-pe.onrender.com/users/rfid/clffaa26","name":"Get user data by rfid","description":"","method":"GET","body":{},"parameters":[],"headers":[{"name":"User-Agent","value":"insomnia/2023.5.8"}],"authentication":{},"metaSortKey":-1699736989357.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_10bfdb2b7bc14e0d89dfcb4a8720717c","parentId":"wrk_be6c645ccb6d497d85b6e7b9a36d5314","modified":1701627791726,"created":1699735396314,"url":"https://go-pe.onrender.com/users","name":"Get all users","description":"","method":"GET","body":{},"parameters":[],"headers":[{"name":"User-Agent","value":"insomnia/2023.5.8"}],"authentication":{},"metaSortKey":-1699735396314,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_f55c1c2e7b94483ab3a1310a0261588d","parentId":"wrk_be6c645ccb6d497d85b6e7b9a36d5314","modified":1701573531243,"created":1699735292844,"url":"https://go-pe.onrender.com/users","name":"Create user","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"name\":\"Cecilia\",\n\t\"categoria\":\"Aluna\",\n\t\"rfid\":\"codigoteste\",\n\t\"matricula\":\"19101234\"\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json"},{"name":"User-Agent","value":"insomnia/2023.5.8"}],"authentication":{},"metaSortKey":-1699735292844,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"env_6110376262c737adc5807b0956080f9ce2cf9c4e","parentId":"wrk_be6c645ccb6d497d85b6e7b9a36d5314","modified":1699735289529,"created":1699735289529,"name":"Base Environment","data":{},"dataPropertyOrder":null,"color":null,"isPrivate":false,"metaSortKey":1699735289529,"_type":"environment"},{"_id":"jar_6110376262c737adc5807b0956080f9ce2cf9c4e","parentId":"wrk_be6c645ccb6d497d85b6e7b9a36d5314","modified":1699735289532,"created":1699735289532,"name":"Default Jar","cookies":[],"_type":"cookie_jar"}]}

0 comments on commit 84eb35b

Please sign in to comment.