{"id":15759532,"url":"https://github.com/cedrickring/spring-boot-auth-service","last_synced_at":"2025-03-31T09:11:24.035Z","repository":{"id":39959550,"uuid":"186233767","full_name":"cedrickring/spring-boot-auth-service","owner":"cedrickring","description":"Simple authorization service with JWT written in Spring Boot","archived":false,"fork":false,"pushed_at":"2022-05-20T20:57:30.000Z","size":71,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-06T13:31:55.821Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cedrickring.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-12T09:12:26.000Z","updated_at":"2020-03-07T21:21:05.000Z","dependencies_parsed_at":"2022-08-24T18:14:02.154Z","dependency_job_id":null,"html_url":"https://github.com/cedrickring/spring-boot-auth-service","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedrickring%2Fspring-boot-auth-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedrickring%2Fspring-boot-auth-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedrickring%2Fspring-boot-auth-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedrickring%2Fspring-boot-auth-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedrickring","download_url":"https://codeload.github.com/cedrickring/spring-boot-auth-service/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246443536,"owners_count":20778249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-04T10:20:59.018Z","updated_at":"2025-03-31T09:11:24.013Z","avatar_url":"https://github.com/cedrickring.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch3 align=\"center\"\u003eSpring Boot Auth Service\u003c/h3\u003e\n\u003cp align=\"center\"\u003eby using JWT auth tokens\u003c/p\u003e\n\n## Routes\n\n| Route | Method | Request Body | Response |\n|-------|--------|--------------|------------|\n| /register | POST | \u003ccode\u003e{ \"fullName\": \"Test User\", \"username\": \"test\", \"emailAddress\": \"some@email.com\", \"password\": \"supersafepassword\" }\u003c/code\u003e | \u003ccode\u003e{ \"username\": \"test\", \"email\": \"some@email.com\", \"created\": true }\u003c/code\u003e | \n| /login | POST | \u003ccode\u003e{ \"username\": \"test\", \"password\": \"supersafepassword\" }\u003c/code\u003e | Bearer \\\u003cJWT Token\\\u003e |\n\n---\nJWT Token required in `Authorization` Header:\n\n| Route | Method | Request Body | Response |\n|-------|--------|--------------|------------|\n| /user | GET    | -            | \u003ccode\u003e{ \"username\": \"test\", \"fullName\": \"Test User\", \"emailAddress\": \"some@email.com\" }\u003c/code\u003e |\n| /user/changepassword | POST | \u003ccode\u003e{ \"oldPassword\": \"supersafepassword\", \"newPassword\": \"supersafepassword2\" }\u003c/code\u003e | \u003ccode\u003e{ \"success\": \"true\" }\u003c/code\u003e |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedrickring%2Fspring-boot-auth-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedrickring%2Fspring-boot-auth-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedrickring%2Fspring-boot-auth-service/lists"}