mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-12 16:10:06 +01:00
chore: fmt
This commit is contained in:
parent
f77a7ce54f
commit
b0667729a3
32 changed files with 3596 additions and 7 deletions
8
config/ed256-jwk.json
Normal file
8
config/ed256-jwk.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"kty": "OKP",
|
||||
"use": "sig",
|
||||
"crv": "Ed25519",
|
||||
"x": "uWtSkE-I9aTMYTTvuTE1rtu0rNdxp3DU33cJ_ksL1Gk",
|
||||
"kid": "key-ed",
|
||||
"alg": "EdDSA"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue