GitHub / swapniltake1 / Secure-Spring-Boot-API-with-JWT-Authentication
This GitHub repository hosts a comprehensive example of a secure RESTful API built using Spring Boot, fortified with Spring Security for authentication, and powered by JSON Web Tokens (JWT) for robust authorization. The project showcases a well-structured implementation that ensures only validated requests with bearer tokens gain access,
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapniltake1%2FSecure-Spring-Boot-API-with-JWT-Authentication
PURL: pkg:github/swapniltake1/Secure-Spring-Boot-API-with-JWT-Authentication
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Java
Size: 85.9 KB
Dependencies parsed at:
14
Created at: almost 2 years ago
Updated at: almost 2 years ago
Pushed at: almost 2 years ago
Last synced at: almost 2 years ago
Topics: bearer-authentication, jwt-token, jwtauthentication, postman-api, secured-api, spring-boot
- org.projectlombok:lombok annotationProcessor
- com.mysql:mysql-connector-j
- io.jsonwebtoken:jjwt-api 0.11.5
- io.jsonwebtoken:jjwt-impl 0.11.5
- io.jsonwebtoken:jjwt-jackson 0.11.5
- org.springframework.boot:spring-boot-devtools
- org.springframework.boot:spring-boot-starter-actuator
- org.springframework.boot:spring-boot-starter-data-jpa
- org.springframework.boot:spring-boot-starter-security
- org.springframework.boot:spring-boot-starter-thymeleaf
- org.springframework.boot:spring-boot-starter-web
- org.thymeleaf.extras:thymeleaf-extras-springsecurity6
- org.springframework.boot:spring-boot-starter-test test
- org.springframework.security:spring-security-test test