feat(fullstack): Add JWT validation
This commit is contained in:
@@ -24,9 +24,12 @@ dependencies {
|
||||
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin'
|
||||
implementation 'org.jetbrains.kotlin:kotlin-reflect'
|
||||
implementation 'org.liquibase:liquibase-core'
|
||||
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.4'
|
||||
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6'
|
||||
implementation 'org.springdoc:springdoc-openapi-ui:1.8.0'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
|
||||
// https://docs.spring.io/spring-security/reference/servlet/oauth2/index.html#oauth2-resource-server-access-token-jwt
|
||||
implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-security'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-web'
|
||||
runtimeOnly 'com.h2database:h2'
|
||||
testImplementation 'org.jetbrains.kotlin:kotlin-test-junit5'
|
||||
|
||||
Reference in New Issue
Block a user