github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/cmd/authn/README.md (about) 1 Authentication Server (AuthN) provides a token-based secure access to AIStore. 2 It employs [JSON Web Tokens](github.com/golang-jwt/jwt) framework to grant access to resources: 3 buckets and objects. Please read a short [introduction to JWT](https://jwt.io/introduction/) for details. 4 Currently, we only support hash-based message authentication (HMAC) using SHA256 hash. 5 6 Further details at [AuthN documentation](/docs/authn.md).