Auth
Last updated
Last updated
GET /products/web/{hash}/verifier/api/v1/auth/granted-claims HTTP/1.1
Host: identity.products.teranode.group/products/web/{hash}/verifier
x-api-key: YOUR_API_KEY
Accept: */*
{
"grantedClaims": [
"text"
]
}GET /products/web/{hash}/verifier/api/v1/auth/.well-known/jwks.json HTTP/1.1
Host: identity.products.teranode.group/products/web/{hash}/verifier
Accept: */*
{
"keys": [
{
"kty": "text",
"kid": "text",
"use": "text",
"alg": "text",
"e": "text",
"n": "text"
}
]
}