Skip to content

Commit

Permalink
[SEP6] Clarify jwt usage (#376)
Browse files Browse the repository at this point in the history
Clarify that jwt should always be in a header, and the only use case for query params should be in the case of the interactive webapp.
  • Loading branch information
msfeldstein authored and Tom Quisel committed Aug 15, 2019
1 parent 5a6b530 commit 8f63cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem/sep-0006.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The JWT should be included in all requests as request header:
Authorization: Bearer <JWT>
```

Alternatively, if the client cannot add the authorization header. The JWT should be passed as a jwt query parameter:
In the case of the [interactive webapp](#customer-information-needed-interactive), since the client cannot add the authorization header, The JWT should be passed as a jwt query parameter:
```
?jwt=<token>
```
Expand Down

0 comments on commit 8f63cc8

Please sign in to comment.