Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nisanth2004/springboot-3-jwt-authentication-authorization-part1
In the context of user authentication, JWTs are commonly used to authenticate users and provide them access to protected resources.
https://github.com/nisanth2004/springboot-3-jwt-authentication-authorization-part1
amingoscode api intellij-idea java jpa jparepository json jwt mysql oops rest role security securityfilterchain spring springboot3 token token-based-authentication
Last synced: 5 days ago
JSON representation
In the context of user authentication, JWTs are commonly used to authenticate users and provide them access to protected resources.
- Host: GitHub
- URL: https://github.com/nisanth2004/springboot-3-jwt-authentication-authorization-part1
- Owner: Nisanth2004
- Created: 2023-11-17T12:58:48.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-19T06:19:32.000Z (10 months ago)
- Last Synced: 2024-11-12T04:14:20.313Z (5 days ago)
- Topics: amingoscode, api, intellij-idea, java, jpa, jparepository, json, jwt, mysql, oops, rest, role, security, securityfilterchain, spring, springboot3, token, token-based-authentication
- Language: Java
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpringBoot-3-JWT-GenrateToken
### To implement basic authentication in Spring Security 3, add security dependencies to your project, create a configuration class extending WebSecurityConfigurerAdapter, and define security rules, including HTTP Basic authentication.
##
org.springframework.boot
spring-boot-starter-security