{"info":{"_postman_id":"7d7aa60c-f6b5-4f98-922d-d7614949d3cc","name":"User Auth","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"8028791","collectionId":"7d7aa60c-f6b5-4f98-922d-d7614949d3cc","publishedId":"SztA8pBH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-05-26T12:36:31.000Z"},"item":[{"name":"Sign up","id":"bb1de177-1037-4793-b3f4-65cd0d6ae3c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\" : \"pmore@gmail.com\",\n\t\"password\" : \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/signup","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f48db8a4-1047-4ad6-a890-b515341c5672","name":"Sign up","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\" : \"new@new.com\",\n\t\"password\" : \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-KmyA/UT/b1HOBMa2rsGAiXcNH+E\""},{"key":"Date","value":"Tue, 26 May 2020 13:48:51 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 201,\n    \"message\": \"User has been created\"\n}"}],"_postman_id":"bb1de177-1037-4793-b3f4-65cd0d6ae3c1"},{"name":"Sign in","id":"39856854-217c-4eb8-9228-a40bc5785e61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\" : \"pmore@gmail.com\",\n\t\"password\" : \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/signin","urlObject":{"protocol":"http","port":"3000","path":["api","v1","auth","signin"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"decae271-776c-4e82-a12d-2779df75eca8","name":"Sign in","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\" : \"pmore@gmail.com\",\n\t\"password\" : \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/signin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"314"},{"key":"ETag","value":"W/\"13a-1kQhBENWGiWjA0pWacVjhhQxd5k\""},{"key":"Date","value":"Tue, 26 May 2020 12:32:02 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"You are authenticated successfully\",\n    \"data\": {\n        \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InBtb3JlQGdtYWlsLmNvbSIsImlhdCI6MTU5MDQ5NjMyMiwiZXhwIjoxNTkwNTgyNzIyfQ.MreIf-NFV2YVl3XfWa3zyQ5gsXG3fxXvJiVQzoxU74g\",\n        \"warning\": \"Keep it safe! Do not store in LocalStorage of Browser\"\n    }\n}"}],"_postman_id":"39856854-217c-4eb8-9228-a40bc5785e61"}]}