{"id":19953030,"url":"https://github.com/dfanso/spring-boot-jwt-auth-api","last_synced_at":"2026-01-06T14:46:00.612Z","repository":{"id":241354240,"uuid":"805380412","full_name":"DFanso/spring-boot-jwt-auth-api","owner":"DFanso","description":"This project is a Spring Boot application with JWT authentication. It provides a robust and secure API for authentication and authorization using JSON Web Tokens (JWT).","archived":false,"fork":false,"pushed_at":"2024-06-01T15:28:11.000Z","size":61,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T12:08:50.460Z","etag":null,"topics":["jenkins","jwt","spring-boot","spring-jwt","swagger"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DFanso.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-24T12:58:34.000Z","updated_at":"2024-10-07T08:45:00.000Z","dependencies_parsed_at":"2024-06-01T17:27:00.361Z","dependency_job_id":null,"html_url":"https://github.com/DFanso/spring-boot-jwt-auth-api","commit_stats":null,"previous_names":["dfanso/spring-boot-jwt-auth-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DFanso%2Fspring-boot-jwt-auth-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DFanso%2Fspring-boot-jwt-auth-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DFanso%2Fspring-boot-jwt-auth-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DFanso%2Fspring-boot-jwt-auth-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DFanso","download_url":"https://codeload.github.com/DFanso/spring-boot-jwt-auth-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245798540,"owners_count":20673902,"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":["jenkins","jwt","spring-boot","spring-jwt","swagger"],"created_at":"2024-11-13T01:15:10.468Z","updated_at":"2026-01-06T14:46:00.358Z","avatar_url":"https://github.com/DFanso.png","language":"Java","readme":"# Spring Boot JWT Auth API 🌐🧑‍💻\n\n![GitHub forks](https://img.shields.io/github/forks/DFanso/spring-boot-jwt-auth-api?style=for-the-badge\u0026logo=github)\n\u0026nbsp;\n![GitHub license](https://img.shields.io/github/license/DFanso/spring-boot-jwt-auth-api?style=for-the-badge\u0026logo=github)\n\u0026nbsp;\n![GitHub stars](https://img.shields.io/github/stars/DFanso/spring-boot-jwt-auth-api?style=for-the-badge\u0026logo=github)\n\u0026nbsp;\n\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/DFanso/spring-boot-jwt-auth-api/build.yml?style=for-the-badge)\n\u0026nbsp;\n\n![GitHub last commit](https://img.shields.io/github/last-commit/DFanso/spring-boot-jwt-auth-api?style=for-the-badge)\n\u0026nbsp;\n\n\n\n## Overview\n\nThis project is a Spring Boot application with JWT authentication. It provides a robust and secure API for authentication and authorization using JSON Web Tokens (JWT).\n\n## Features\n\n- **Spring Boot** - for building the backend application.\n- **JWT** - for secure authentication and authorization.\n- **Spring Security** - to secure the application.\n- **Maven** - for dependency management.\n- **Swagger** - for API Documentation.\n- **H2 Database** - in-memory database for development and testing.\n- **Postgres Database** - Sequel database for persistence data.\n\n## Technologies\n\n![Spring Boot](https://img.shields.io/badge/-Spring_Boot-6DB33F?style=for-the-badge\u0026logo=spring-boot)\n![Java](https://img.shields.io/badge/-Java-007396?style=for-the-badge\u0026logo=java)\n![JWT](https://img.shields.io/badge/-JWT-000000?style=for-the-badge\u0026logo=json-web-tokens)\n![Maven](https://img.shields.io/badge/-Maven-C71A36?style=for-the-badge\u0026logo=apache-maven)\n![H2 Database](https://img.shields.io/badge/-H2-4479A1?style=for-the-badge\u0026logo=h2)\n![Postgres](https://img.shields.io/badge/postgresql-4169e1?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white)\n![Swagger](https://img.shields.io/badge/swagger-6DB33F?style=for-the-badge\u0026logo=swagger)\n![Jenkins](https://img.shields.io/badge/-Jenkins-000?style=for-the-badge\u0026logo=jenkins)\n![Docker](https://img.shields.io/badge/-Docker-2496ED?style=for-the-badge\u0026logo=docker)\n![GitHub](https://img.shields.io/badge/-GitHub-181717?style=for-the-badge\u0026logo=github)\n\n\n\n\n## Getting Started\n\n### Prerequisites\n\n- Java 21 or higher\n- Maven 3.6.3 or higher\n\n### Installation\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/DFanso/spring-boot-jwt-auth-api.git\n   ```\n2. Navigate to the project directory:\n   ```sh\n   cd spring-boot-jwt-auth-api\n   ```\n3. Build the project using Maven:\n   ```sh\n   mvn clean install\n   ```\n4. Run the application:\n   ```sh\n   mvn spring-boot:run\n   ```\n\n### Usage\n\n- Access the application at `http://localhost:8080`.\n- Access Swagger Api Doc at `http://localhost:8080/swagger-ui/index.html`\n\n## API Endpoints\n\n- `POST /api/v1/auth/register` - Register a new user.\n- `POST /api/v1/auth/login` - Authenticate a user and get a token.\n- `GET /api/v1/auth/profile` - Get user's profile.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and create a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contact\n\n- GitHub: [DFanso](https://github.com/DFanso)\n\n---\n\nHappy coding! 🚀","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfanso%2Fspring-boot-jwt-auth-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfanso%2Fspring-boot-jwt-auth-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfanso%2Fspring-boot-jwt-auth-api/lists"}