{"id":50906919,"url":"https://github.com/paadevelopments/attestation_app_backend","last_synced_at":"2026-06-16T06:02:48.834Z","repository":{"id":360015422,"uuid":"1247036689","full_name":"paadevelopments/attestation_app_backend","owner":"paadevelopments","description":"A maven (Java) backend for the attestation app (for device attestation verification) for SoftPOS solutions.","archived":false,"fork":false,"pushed_at":"2026-05-24T16:16:11.000Z","size":18406,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-24T17:12:38.982Z","etag":null,"topics":["android-hardware-attestation","device-verification","iot","java-backend","payment","pos","softpos"],"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/paadevelopments.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-22T20:42:08.000Z","updated_at":"2026-05-24T16:16:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/paadevelopments/attestation_app_backend","commit_stats":null,"previous_names":["paadevelopments/attestation_app_backend"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/paadevelopments/attestation_app_backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paadevelopments%2Fattestation_app_backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paadevelopments%2Fattestation_app_backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paadevelopments%2Fattestation_app_backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paadevelopments%2Fattestation_app_backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paadevelopments","download_url":"https://codeload.github.com/paadevelopments/attestation_app_backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paadevelopments%2Fattestation_app_backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34393302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"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":["android-hardware-attestation","device-verification","iot","java-backend","payment","pos","softpos"],"created_at":"2026-06-16T06:02:44.309Z","updated_at":"2026-06-16T06:02:48.828Z","avatar_url":"https://github.com/paadevelopments.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Attestation Server\n\nA Java-based backend service designed to verify Android device attestations. This project uses Jakarta Servlet API for handling requests and Bouncy Castle for cryptographic verification.\n\n## Prerequisites\n\n- **Java 17** or higher\n- **Maven 3.6** or higher\n\n## Getting Started\n\n### Clone the Repository\n\nTo get a local copy of the source code, clone the repository using Git:\n\n```bash\ngit clone https://github.com/paadevelopments/attestation_app_backend.git\ncd attestation_app/backend\n```\n\n### Install Dependencies\n\nMaven will automatically handle the installation of dependencies like Bouncy Castle and Jackson. Run the following command to build the project and download all necessary libraries:\n\n```bash\nmvn clean install\n```\n\n## Running the Application\n\n### Option 1: Using Jetty (Recommended for Development)\n\nThe project is configured with the `jetty-maven-plugin`, allowing you to run the server quickly without a manual Tomcat installation.\n\n1. Run the following command:\n   ```bash\n   mvn jetty:run\n   ```\n2. The server will start on [http://localhost:8080](http://localhost:8080).\n3. The attestation endpoint will be available at `http://localhost:8080/attestation` (or as configured in your servlet mapping).\n\n### Option 2: Using Apache Tomcat\n\n1. Build the WAR file:\n   ```bash\n   mvn clean package\n   ```\n2. Find the generated `attestation.war` file in the `target/` directory.\n3. Copy `attestation.war` to the `webapps` folder of your Tomcat installation.\n4. Start Tomcat. The application will be accessible at `http://localhost:8080/attestation/`.\n\n## Project Structure\n\n- `src/main/java`: Contains the core logic for the Attestation Engine and Servlets.\n- `src/main/resources`: Contains configuration files and trusted root certificates.\n- `pom.xml`: Maven configuration file defining dependencies and build plugins.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaadevelopments%2Fattestation_app_backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaadevelopments%2Fattestation_app_backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaadevelopments%2Fattestation_app_backend/lists"}