Documentation
Identity policy, made reviewable.
AuthLint is a local CLI for validating JWTs against an explicit JSON policy. Start here to understand the v0.1 contract.
01
Getting started ↗
Install AuthLint, create a policy, and validate your first token.
02
Configuration ↗
Define issuer, audience, JWKS, algorithms, claims, and clock skew.
AuthLint v0.1.0 validates JWTs supplied as a string or local file, using a policy that references a public JWKS file or URL.
Read the source documentation ↗