{"info":{"_postman_id":"5a7ac09d-609f-4889-88f0-a9c4bd302a23","name":"Login","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"18570764","collectionId":"5a7ac09d-609f-4889-88f0-a9c4bd302a23","publishedId":"UzBvFNMw","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-29T16:40:54.000Z"},"item":[{"name":"login as admin","id":"7ad6879b-2557-4c4d-a393-ce8ce593b4c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"admin","type":"text"},{"key":"password","value":"admin","type":"text"}]},"url":"{{localUrl}}/api/v1/login","description":"<p><strong>Action:</strong> Wil process authentication and receive a cookie</p>\n<p><strong>Roles permitted:</strong> Not-applicable. Will grant authorizations as ADMIN.</p>\n","urlObject":{"path":["api","v1","login"],"host":["{{localUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ad6879b-2557-4c4d-a393-ce8ce593b4c2"},{"name":"login as user","id":"dbc6cc89-4fbf-42b1-b30d-68777630156a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"user","type":"text"},{"key":"password","value":"user","type":"text"}]},"url":"{{localUrl}}/api/v1/login","description":"<p><strong>Action:</strong> Wil process authentication and receive a cookie</p>\n<p><strong>Roles permitted:</strong> Not-applicable. Will grant authorizations as USER.</p>\n","urlObject":{"path":["api","v1","login"],"host":["{{localUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dbc6cc89-4fbf-42b1-b30d-68777630156a"},{"name":"logout","id":"a10bedd9-04ce-4ea0-812c-d3c7f6929bd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{localUrl}}/api/v1/logout","description":"<p><strong>Action:</strong> Wil process cookie extermination (log-out).</p>\n<p><strong>Roles permitted:</strong> Not-applicable. Will loose all authorizations.</p>\n","urlObject":{"path":["api","v1","logout"],"host":["{{localUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a10bedd9-04ce-4ea0-812c-d3c7f6929bd8"}]}