Skip to content

Kotlin Spring Boot App that is secured using JSON Web Tokens (JWT)

License

Notifications You must be signed in to change notification settings

miron4dev/kotlin-spring-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The application invokes Facebook OAuth2 Auth Server and generates JWT token to be passed on FE layer.

Tech Stack

  • Kotlin
  • Spring Boot
  • JJWT

How to Build

  1. Change application.yml:
facebook:
  clientId: changeme
  clientSecret: changeme

jwt.token:
  issuer: changeme
  signing.key: changeme  
  1. Execute ./gradlew clean build command

How to Run

Execute ./gradlew bootRun command

About

Kotlin Spring Boot App that is secured using JSON Web Tokens (JWT)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published