logoalt Hacker News

time4teayesterday at 5:16 PM1 replyview on HN

From article:

Private key redis key

    public static string PrivateKey(string kid) => $"{Root}:jwks:private:{kid}"; // full private material (short life)

Replies

a_random_nameyesterday at 5:25 PM

TY, that seems like not the best practice.