{"id":31809760,"url":"https://github.com/goutamthakur/flight-auth-service","last_synced_at":"2026-05-19T14:11:14.985Z","repository":{"id":316116770,"uuid":"1056262209","full_name":"goutamthakur/flight-auth-service","owner":"goutamthakur","description":"Java Spring Boot backend service for handling user authentication and management","archived":false,"fork":false,"pushed_at":"2025-09-22T18:21:29.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-22T20:30:02.406Z","etag":null,"topics":["authentication","backend","java","jwt","restful-api","spring-boot"],"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/goutamthakur.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-13T18:04:18.000Z","updated_at":"2025-09-22T18:21:33.000Z","dependencies_parsed_at":"2025-09-22T20:31:01.137Z","dependency_job_id":"0e20248d-c09b-48b1-bb52-b35b0057b7e4","html_url":"https://github.com/goutamthakur/flight-auth-service","commit_stats":null,"previous_names":["goutamthakur/flight-auth-service"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/goutamthakur/flight-auth-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goutamthakur%2Fflight-auth-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goutamthakur%2Fflight-auth-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goutamthakur%2Fflight-auth-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goutamthakur%2Fflight-auth-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goutamthakur","download_url":"https://codeload.github.com/goutamthakur/flight-auth-service/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goutamthakur%2Fflight-auth-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006357,"owners_count":26084088,"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-10-11T02:00:06.511Z","response_time":55,"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":["authentication","backend","java","jwt","restful-api","spring-boot"],"created_at":"2025-10-11T05:50:29.672Z","updated_at":"2026-05-19T14:11:14.979Z","avatar_url":"https://github.com/goutamthakur.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flight Auth Service\nThe goal of this service is to handle user authentication and authorization using email and password, along with token management.\n\n\n\n## Domain Driven Design \n- The service follows a clean architecture inspired by the Hexagonal (Ports and Adapters) design pattern.\n- Honestly, there wasn’t a strong need to use full-blown DDD here — I just wanted to experiment with it after reading a blog post about DDD.\n- I’m not entirely sure if I’ve implemented everything perfectly, so any feedback or suggestions for improvement are very welcome.\n\n## Folder Structure\n\n- `api` contains the controllers and DTOs. This is the outermost layer where external clients interact with the application.\n\n- `application` contains all the service classes. It holds the core business logic, independent of outer concerns like DTOs or inner concerns like the database or repositories.\n\n- `domain` defines the interfaces (ports) that are implemented by the infrastructure layer.\n\n- `infrastructure` has main repository and database implementation.\n\n- `common` contains shared components such as common response models and global exception handling.\n\n## Setup Instructions\n\nAll configurations are defined in the `application.properties` file. To override any settings, create a new profile file named `application-development.properties` and add your datasource or any other custom configurations there.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoutamthakur%2Fflight-auth-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoutamthakur%2Fflight-auth-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoutamthakur%2Fflight-auth-service/lists"}