Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from liuliaixue/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
robbert229 committed Aug 9, 2018
2 parents 81ddea8 + dea559d commit 2b6c09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The first step is to pick a signing method. For demonstration purposes we will c
Now we need to the claims, and edit some values

claims := jwt.NewClaim()
claims.Set("Role", "Admin)
claims.Set("Role", "Admin")

Then we will need to sign it!

Expand Down

0 comments on commit 2b6c09e

Please sign in to comment.