Skip to content

Commit e9dad65

Browse files
committed
Formatting and minor updates
1 parent ac94b14 commit e9dad65

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,8 @@ The decoded json is return as shown:
483483

484484
```json
485485
{
486-
"alg": "HS256",
487-
"typ": "JWT"
486+
"alg": "HS256",
487+
"typ": "JWT"
488488
}
489489
```
490490

@@ -509,8 +509,8 @@ The decoded json is return as shown:
509509
}
510510
```
511511

512-
To decode the JWT yourself, you can paste the token into the [JWT site](https://jwt.io/) - The signature used to sign the token is `59de900a973fa2e0` and can be pasted into the site to verify that the encoded identity came from Keyrock
513-
512+
To decode the JWT yourself, you can paste the token into the [JWT site](https://jwt.io/) - The signature used to sign
513+
the token is `59de900a973fa2e0` and can be pasted into the site to verify that the encoded identity came from Keyrock
514514

515515
```text
516516
HMACSHA256(
@@ -520,7 +520,6 @@ HMACSHA256(
520520
)
521521
```
522522

523-
524523
### Authorization Code - Running the Example
525524

526525
It is possible to invoke the Authorization Code grant flow programmatically, by bringing up the page

0 commit comments

Comments
 (0)