Skip to content

In the context of user authentication, JWTs are commonly used to authenticate users and provide them access to protected resources.

Notifications You must be signed in to change notification settings

Nisanth2004/SpringBoot-3-JWT-Authentication-Authorization-part1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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.

		<groupId>org.springframework.boot</groupId>
		<artifactId>spring-boot-starter-security</artifactId>

Releases

No releases published

Packages

No packages published

Languages