Skip to content

Commit

Permalink
chore: add example files
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik1000 committed Jan 27, 2025
1 parent f1d6789 commit e2c62b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/basic-jwt/jwt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eyJhbGciOiJFUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwiaWF0IjoxNTE2MjM5MDIyLCJuYW1lIjoiSm9obiBEb2UifQ.GaTXMMhEPs5M7pkX4G4Pz4nqnuyo6gTSGXhIl6FxvqBX76ABq27xmORQvbBrvYU__3SgBtuqjStWWNqrQuvwFA
2 changes: 2 additions & 0 deletions examples/basic-jwt/key.private.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{"crv":"P-256","kty":"EC","x":"1uiXGPoQ3eLR3VOsCfnx1YzIJZGUQLbVfbl1CpCHcs0","y":"danaoyQqKi48vlB2jnCoFmq3PdIbYwIRJyNKWiindZM","d":"eLGzm5zd242okyN9SQBvmaC_4EPvASCgMhFgwtBvf3k","key_ops":["sign","verify"],"alg":"ES256"}

1 change: 1 addition & 0 deletions examples/basic-jwt/key.public.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"crv":"P-256","kty":"EC","x":"1uiXGPoQ3eLR3VOsCfnx1YzIJZGUQLbVfbl1CpCHcs0","y":"danaoyQqKi48vlB2jnCoFmq3PdIbYwIRJyNKWiindZM","key_ops":["sign","verify"],"alg":"ES256"}

0 comments on commit e2c62b5

Please sign in to comment.