Skip to content

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

Notifications You must be signed in to change notification settings

tgarciai/seed-kotlin-auth2-jwt-microservice

Repository files navigation

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!!!