anzar-cli 0.9.13

Anzar is a lightweight authentication and authorization framework that runs as a separate microservice
1
2
3
4
5
6
  type: Jwt
    access_token_expires_in: 86400  # seconds (24 hours)
    refresh_token_expires_in: 604800  # seconds (7 days)
    algorithm: "RS256"
    issuer: "http://locahost:3000"
    audience: "web-app"