Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 430 Bytes

File metadata and controls

17 lines (12 loc) · 430 Bytes

seed-kotlin-auth2-jwt-microservice

auth2 jwt service using kotlin, spring boot, and spring security

"This project is a seed to start a auth microservice"

Configure your local environment with

  • Sentry: dsn, sentry organization, sentry token
  • Postgres: username, password
  • Redis: host, port
  • JWT secret: any 64 bit ASCII string

Build with:

  • make build

Run with docker-compose

Add more security features and enjoy!!!