feat(jwt): implement JWT-based authentication system
This commit is contained in:
@@ -3,8 +3,13 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// Spring Security
|
||||
implementation("org.springframework.boot:spring-boot-starter-security")
|
||||
// Test
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
|
||||
implementation(project(":weblog-module-common"))
|
||||
|
||||
implementation(project(":weblog-module-jwt"))
|
||||
testImplementation("org.springframework.security:spring-security-test")
|
||||
}
|
||||
Reference in New Issue
Block a user