{"info":{"_postman_id":"bfbf7275-531c-450e-a726-4e5438724b2e","name":"JWT-Authentication","description":"<html><head></head><body><p><strong>Overview</strong></p>\n<p>This documentation provides detailed information on the available API endpoints in the Spring Boot JWT Authentication Project. Each endpoint includes descriptions, request parameters, example requests, and responses.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"35384990","collectionId":"bfbf7275-531c-450e-a726-4e5438724b2e","publishedId":"2sAXjDevXr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-08-22T14:08:32.000Z"},"item":[{"name":"User Registration","id":"005763f3-17bf-403f-a87d-622ddec87e67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"test@gmail.com\",\r\n    \"password\" : \"12345\",\r\n    \"name\" : \"Test\",\r\n    \"companyName\" : \"ABCD\",\r\n    \"role\" : \"Manager\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/auth/register","description":"<ul>\n<li><p>Endpoint: '/api/v1/auth/register'</p>\n</li>\n<li><p>Method: 'POST'</p>\n</li>\n<li><p>Description; Register a new user</p>\n</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"005763f3-17bf-403f-a87d-622ddec87e67"},{"name":"User Authenticate","id":"69c20c8f-7d5c-4f60-acf1-09598188d7bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"test@gmail.com\",\r\n    \"password\" : \"12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/auth/authenticate","description":"<ul>\n<li><p>Endpoint: '/api/v1/auth/authenticate'</p>\n</li>\n<li><p>Method: 'POST'</p>\n</li>\n<li><p>Description; Authenticates a user and issues a JWT token.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","auth","authenticate"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"69c20c8f-7d5c-4f60-acf1-09598188d7bf"},{"name":"Check the Access","id":"54858225-d87a-495c-88c4-7360030e830d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/blog/newMethod","description":"<ul>\n<li><p>Endpoint: '/api/v1/blog/newMethod'</p>\n</li>\n<li><p>Method: 'GET'</p>\n</li>\n<li><p>Description; Retrieves the authenticated endpoint information.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","blog","newMethod"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"54858225-d87a-495c-88c4-7360030e830d"}]}