Skip to content

Commit

Permalink
Fix links to open new browser tab
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars committed May 29, 2018
1 parent 6e95fdf commit 4e07e0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:linkattrs:


== Refreshing a token

=== Introduction
Expand Down Expand Up @@ -79,7 +82,7 @@ There are a lot of resources available which question the usecase for using JWT
with regards to cookies. The best place to use a JWT token is between server to server communication. In a normal web
application you are better of using plain old cookies. See for more information:

- http://cryto.net/~joepie91/blog/2016/06/13/stop-using-jwt-for-sessions/
- http://cryto.net/~joepie91/blog/2016/06/19/stop-using-jwt-for-sessions-part-2-why-your-solution-doesnt-work/
- http://cryto.net/~joepie91/blog/attachments/jwt-flowchart.png
- http://cryto.net/~joepie91/blog/2016/06/13/stop-using-jwt-for-sessions/[stop-using-jwt-for-sessions, window="_blank"]
- http://cryto.net/~joepie91/blog/2016/06/19/stop-using-jwt-for-sessions-part-2-why-your-solution-doesnt-work/[stop-using-jwt-for-sessions-part-2-why-your-solution-doesnt-work, window="_blank"]
- http://cryto.net/~joepie91/blog/attachments/jwt-flowchart.png[flowchart, window="_blank"]

Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
:linkattrs:

== Refreshing a token

It is important to implement a good strategy for refreshing an access token. This assignment is based on a vulnerability
found in a private bug bounty program on Bugcrowd, you can read the full write up https://emtunc.org/blog/11/2017/jwt-refresh-token-manipulation/[here]
found in a private bug bounty program on Bugcrowd, you can read the full write up https://emtunc.org/blog/11/2017/jwt-refresh-token-manipulation/[here, window="_blank"]

=== Assignment

Expand Down

0 comments on commit 4e07e0e

Please sign in to comment.