authorization service for JWT
- gin
- swagger
- sqlite (need cgo)
make build
make run
you config :
server_http:
mode: "debug"
port: ":8080"
sql:
path_sql: "./db"
path_sql_name: "db.sqlite3"
timeout: "10s"
jwt:
ttl: "100h"
token_claims: "test"