{"id":21493045,"url":"https://github.com/eukolos/security-server","last_synced_at":"2026-04-20T13:02:20.171Z","repository":{"id":135414679,"uuid":"586048943","full_name":"Eukolos/security-server","owner":"Eukolos","description":"Spring Security 6","archived":false,"fork":false,"pushed_at":"2023-01-08T15:55:23.000Z","size":70,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T11:50:35.713Z","etag":null,"topics":["docker","graalvm-native-image","jwt","postgresql","spring-boot-3-0-0","spring-security-6"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Eukolos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-06T20:00:30.000Z","updated_at":"2023-06-25T05:32:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"91bc47ab-78e7-41d2-8d1d-a363c4f026ad","html_url":"https://github.com/Eukolos/security-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Eukolos/security-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eukolos%2Fsecurity-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eukolos%2Fsecurity-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eukolos%2Fsecurity-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eukolos%2Fsecurity-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eukolos","download_url":"https://codeload.github.com/Eukolos/security-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eukolos%2Fsecurity-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32048444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","graalvm-native-image","jwt","postgresql","spring-boot-3-0-0","spring-security-6"],"created_at":"2024-11-23T15:36:56.205Z","updated_at":"2026-04-20T13:02:20.135Z","avatar_url":"https://github.com/Eukolos.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# security-server\nSpring Security 6\n\n### 🔨 Run the App\n\n#### Maven\n\n\u003cb\u003e1 )\u003c/b\u003e Download your project from this link shown below\n```\n    git clone https://github.com/Eukolos/security-server.git\n```\n\n\u003cb\u003e2 )\u003c/b\u003e Go to the project's home directory shown below\n```\n    cd security-server\n```\n\n\u003cb\u003e3 )\u003c/b\u003e Create native image though this command shown below\n```\n    mvn -Pnative spring-boot:build-image\n```\n\n\u003cb\u003e4 )\u003c/b\u003e Run the project though this command shown below\n```\n    docker-compose up\n```\n\n### Used Dependencies\n* Core\n    * Spring\n        * Spring Boot 3\n        * Spring Security 6\n        * Spring Web\n    * Jwt\n        * Jwt Api\n        * Jwt Impl\n        * Jwt Jackson\n* Postgresql\n* Docker\n* GraalVM CE Java 17-22.3.0\n\n### Registration\n\n```\nPOST api/v1/post/auth/register\nAccept: application/json\nContent-Type: application/json\n{\n    \"firstname\":\"emin\",\n    \"lastname\":\"aksoy\",\n    \"email\":\"emin@gmail.com\",\n    \"password\": \"123456\"\n}\nRESPONSE: HTTP 201 (CREATED)\nContent: String (JWToken)\nLocation header: http://localhost:8080/api/v1/auth/register\n```\n\n### Authenticate\n\n```\nPOST api/v1/post/auth/authenticate\nAccept: application/json\nContent-Type: application/json\n{\n    \"email\":\"emin@gmail.com\",\n    \"password\": \"123456\"\n}\nRESPONSE: HTTP 200 (OK)\nContent: String (JWToken)\nLocation header: http://localhost:8080/api/v1/auth/authenticate\n```\n\n### Authenticate\n\n```\nGET /api/v1/demo-controller\nAccept: application/json\nContent-Type: application/json\nAuthHeader: String (Valid JWToken)\nRESPONSE: HTTP 200 (OK)\n{\n    \"hello\"\n}\nLocation header: http://localhost:8080/api/v1/demo-controller\n```\n\n### Resource\n\n- [Spring Boot 3 \u0026 Spring Security 6 Tutorial](https://www.youtube.com/watch?v=BVdQ3iuovg0\u0026ab_channel=BoualiAli)\n- [Spring Security 6 Releases](https://github.com/spring-projects/spring-security/releases)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feukolos%2Fsecurity-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feukolos%2Fsecurity-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feukolos%2Fsecurity-server/lists"}