Skip to content

Commit

Permalink
Create jwk.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisPodgurskii authored Jan 7, 2024
1 parent dbe92bc commit b13c7fe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/jwk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"keys": [
{
"e": "AQAB",
"kty": "RSA",
"n": "pmabfY8lma88HY6XYX_faVUYIP9slR7gFSyLePa6_q2HmhubrV23l7pZ17x8tdQK7Y0WrQKj1JD2xkAMhBErceMNAUBLL1rYYv64s3WNh18CM1WXSTFkipFSz-U7X9drKIusHBCCUQFHVoQvTgotVYEHT48v5o8vFWexjnU4dJfqUkalDhThoj_qmL4CPiPGagWd5ifNQy2A719bOYGhutSgo7W3KMh3ehyQ72UWyVpKSuLpgp4TKWmJ1I8H0fZNhGlS3VTnpJzdkIRKe5_X-kFgufHP4e_zc3C-6KDbs0LRilqKPL30IPQ_Wo7uKtow5jvUfxdzPJntLUqzeNEZ0w",
"kid": "ptk_jwt_inspector"
}
]
}

0 comments on commit b13c7fe

Please sign in to comment.