a clientId/clientSecret-based jwt service with claims, ttl, and a public key endpoint
  • Scala 99.2%
  • Dockerfile 0.8%
Find a file
2018-02-18 20:13:47 -08:00
devops/example-k8s init 2018-02-18 12:08:45 -08:00
examples jwt msg path 2018-02-18 15:36:06 -08:00
project init 2018-02-18 12:08:45 -08:00
src/main rsa actor 2018-02-18 20:13:47 -08:00
.gitignore init 2018-02-18 12:08:45 -08:00
.travis.yml travis 2018-02-18 12:10:41 -08:00
build.sbt names 2018-02-18 12:21:01 -08:00
Dockerfile init 2018-02-18 12:08:45 -08:00
LICENSE init 2018-02-18 12:08:45 -08:00
README.md readme 2018-02-18 12:15:35 -08:00

Build Status Codacy Badge

Supersix JWT Service

Maintains actors per key and issues appropriate JWTs with claims and TTL

To Run

  • run Cassandra with Docker
docker run -p 9042:9042 --name my-cassandra -d cassandra:3.11

sbt run