Skip to content

Commit

Permalink
Merge pull request #69 from halflumi/jsonc
Browse files Browse the repository at this point in the history
Use jsonc for JSON blocks that have comments
  • Loading branch information
kmonsen authored Sep 3, 2024
2 parents 1d1cec8 + 19a80a8 commit 00717c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Sec-Session-Response: registration JWT
```
The JWT is signed with the newly created private key, and needs to contain the following values (the public key is in the [JWK](https://datatracker.ietf.org/doc/html/rfc7517) format):
```json
```jsonc
// Header
{
"alg": "Signature Algorithm",
Expand Down Expand Up @@ -173,7 +173,7 @@ Cache-Control: no-store
Set-Cookie: auth_cookie=abcdef0123; Domain=example.com; Max-Age=600; Secure; HttpOnly;
```

```json
```jsonc
{
"session_identifier": "session_id",
"refresh_url": "/RefreshEndpoint",
Expand Down

0 comments on commit 00717c9

Please sign in to comment.