Skip to content

Commit

Permalink
JWT should not be used for client auth
Browse files Browse the repository at this point in the history
Here is a link to an issue with more links to articles
explaining what's wrong with usin JWT on the client:
shieldfy/API-Security-Checklist#6
  • Loading branch information
nicolaiskogheim committed Jul 25, 2017
1 parent b6ffd3e commit 663123e
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 @@ -19,7 +19,7 @@ questions about anything, feel free to open issues or PR's.
- [x] logging (go-kit)
- [x] instrumenting (prometheus)
- [ ] opentracing (with appdash)
- [ ] JWT for authentication
- [ ] client authentication
- [ ] authorisation somehow, somewhere
- [ ] Proxying?
- [ ] Load balancing?
Expand Down

0 comments on commit 663123e

Please sign in to comment.