Skip to content

Commit 39a1ed1

Browse files
committed
[README] Use full JWT claim as example
1 parent ae07a08 commit 39a1ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pod 'JWT'
1919
```swift
2020
import JWT
2121

22-
JWT.decode("eyJhbG...y5w")
22+
JWT.decode("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.e30.2_8pWJfyPup0YwOXK7g9Dn0cF1E3pdn299t4hSeJy5w")
2323
```
2424

2525
#### Supported claims

0 commit comments

Comments
 (0)