{"info":{"_postman_id":"572061fb-0283-4398-aacb-0ab9c8622d82","name":"auth-tutorial","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"13495436","collectionId":"572061fb-0283-4398-aacb-0ab9c8622d82","publishedId":"TVzVibja","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-01-17T11:15:48.000Z"},"item":[{"name":"Register Endpoint","id":"5e190b70-9538-4068-bbc2-dbe3cbce140d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"samplenty@gmail.com\",\r\n    \"password\": \"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://nodejs-mongodb-auth-app.herokuapp.com/register","description":"<h2 id=\"this-request-registers-a-user-using-email-and-password\">This request registers a user using <strong>email</strong> and <strong>password</strong></h2>\n<ul>\n<li>No validation necessary</li>\n</ul>\n","urlObject":{"protocol":"https","path":["register"],"host":["nodejs-mongodb-auth-app","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"9b218390-b7b5-41a2-8f50-bade7b931752","name":"Register Endpoint Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"samplenty@gmail.com\",\r\n    \"password\": \"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://nodejs-mongodb-auth-app.herokuapp.com/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"195"},{"key":"Etag","value":"W/\"c3-m6L6OHWbCMkqGPUlNdGcnSozhOA\""},{"key":"Date","value":"Sun, 15 Nov 2020 15:46:45 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User Created Successfully\",\n    \"result\": {\n        \"_id\": \"5fb14d6571d5b60004340af5\",\n        \"email\": \"samplenty@gmail.com\",\n        \"password\": \"$2b$10$GBvLL6HfNco6DR27p3vMuuKVvB351njA4uMgNqE96VjyBgCpENyVe\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"5e190b70-9538-4068-bbc2-dbe3cbce140d"}]}