Cerbos JavaScript SDK
    Preparing search index...

    Interface AuxDataWithJWTs

    Auxiliary data with multiple JSON Web Tokens (JWTs).

    interface AuxDataWithJWTs {
        jwts: Record<string, JWT>;
    }
    Index
    jwts: Record<string, JWT>

    Named JSON Web Tokens (JWTs) to use as auxiliary data sources.

    Requires the Cerbos policy decision point server to be at least v0.55.