Remix.run Logo
time4tea 3 hours ago

From article:

Private key redis key

    public static string PrivateKey(string kid) => $"{Root}:jwks:private:{kid}"; // full private material (short life)
a_random_name 2 hours ago | parent [-]

TY, that seems like not the best practice.