{"id":19656357,"url":"https://github.com/daggerok/secure-rest-api-microservices-with-spring","last_synced_at":"2025-09-13T05:47:33.816Z","repository":{"id":151042009,"uuid":"435005753","full_name":"daggerok/secure-rest-api-microservices-with-spring","owner":"daggerok","description":"Secure your REST APIs with Spring Security, Resource and Authorization Server from zero to JWT","archived":false,"fork":false,"pushed_at":"2021-12-05T21:42:29.000Z","size":69,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-31T10:18:07.507Z","etag":null,"topics":["spring-security","spring-security-5","spring-security-example","spring-security-jwt","spring-security-oauth","spring-security-oauth2","spring-security-web"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/daggerok.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":"2021-12-04T20:47:49.000Z","updated_at":"2025-03-15T16:52:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7160e3d-df4b-456d-8ea2-b32b02a709e1","html_url":"https://github.com/daggerok/secure-rest-api-microservices-with-spring","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daggerok/secure-rest-api-microservices-with-spring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fsecure-rest-api-microservices-with-spring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fsecure-rest-api-microservices-with-spring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fsecure-rest-api-microservices-with-spring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fsecure-rest-api-microservices-with-spring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daggerok","download_url":"https://codeload.github.com/daggerok/secure-rest-api-microservices-with-spring/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fsecure-rest-api-microservices-with-spring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274922994,"owners_count":25374587,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["spring-security","spring-security-5","spring-security-example","spring-security-jwt","spring-security-oauth","spring-security-oauth2","spring-security-web"],"created_at":"2024-11-11T15:27:33.341Z","updated_at":"2025-09-13T05:47:33.765Z","avatar_url":"https://github.com/daggerok.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Secure REST APIs with Spring [![CI](https://github.com/daggerok/secure-rest-api-microservices-with-spring/actions/workflows/ci.yaml/badge.svg)](https://github.com/daggerok/secure-rest-api-microservices-with-spring/actions/workflows/ci.yaml)\n\n```bash\n./mvnw\n```\n\n## RTFM\n* [YouTube: Spring Security Patterns](https://www.youtube.com/watch?v=xEnvAAhMGu4)\n* [YouTube: Spring Security 5.5 From Taxi to Takeoff](https://www.youtube.com/watch?v=5tlU_Vjv8Ns)\n* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)\n* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.6.1/maven-plugin/reference/html/)\n* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.6.1/maven-plugin/reference/html/#build-image)\n* [Spring Boot Actuator](https://docs.spring.io/spring-boot/docs/2.6.1/reference/htmlsingle/#production-ready)\n* [Spring Web](https://docs.spring.io/spring-boot/docs/2.6.1/reference/htmlsingle/#boot-features-developing-web-applications)\n* [Spring Data JPA](https://docs.spring.io/spring-boot/docs/2.6.1/reference/htmlsingle/#boot-features-jpa-and-spring-data)\n* [Building a RESTful Web Service with Spring Boot Actuator](https://spring.io/guides/gs/actuator-service/)\n* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)\n* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)\n* [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/)\n* [Accessing Data with JPA](https://spring.io/guides/gs/accessing-data-jpa/)\n* [Coroutines section of the Spring Framework Documentation](https://docs.spring.io/spring/docs/5.3.13/spring-framework-reference/languages.html#coroutines)\n* [Spring Data R2DBC](https://docs.spring.io/spring-boot/docs/2.6.1/reference/html/spring-boot-features.html#boot-features-r2dbc)\n* [Acessing data with R2DBC](https://spring.io/guides/gs/accessing-data-r2dbc/)\n* [R2DBC Homepage](https://r2dbc.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fsecure-rest-api-microservices-with-spring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaggerok%2Fsecure-rest-api-microservices-with-spring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fsecure-rest-api-microservices-with-spring/lists"}