Files
log/my-blog/static/.well-known/jwks.json
syui 721c9b4e71
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 12m8s
add github
2025-06-14 00:05:31 +09:00

14 lines
274 B
JSON

{
"keys": [
{
"kty": "EC",
"crv": "P-256",
"x": "mock_x_coordinate_base64url",
"y": "mock_y_coordinate_base64url",
"d": "mock_private_key_base64url",
"use": "sig",
"kid": "ai-card-oauth-key-1",
"alg": "ES256"
}
]
}