Skip to content

Commit

Permalink
Merge pull request #248 from y-yagi/patch-2
Browse files Browse the repository at this point in the history
Fix link format
  • Loading branch information
excpt authored Nov 21, 2017
2 parents 25e8f15 + 19ca722 commit 949db0a
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 @@ -190,7 +190,7 @@ used. JWT supports these reserved claim names:
- 'sub' (Subject) Claim

## Add custom header fields
Ruby-jwt gem supports custom [header fields] (https://tools.ietf.org/html/rfc7519#section-5)
Ruby-jwt gem supports custom [header fields](https://tools.ietf.org/html/rfc7519#section-5)
To add custom header fields you need to pass `header_fields` parameter

```ruby
Expand Down

0 comments on commit 949db0a

Please sign in to comment.