Skip to content

Commit

Permalink
Remove extra / at the end, which prevents url from loading (#225)
Browse files Browse the repository at this point in the history
By removing this extra `/` the URL is back working.
  • Loading branch information
LucasArruda authored Jul 31, 2021
1 parent 161ad38 commit 7694e97
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 @@ -180,7 +180,7 @@ So, if you want to avoid this caveat you have three options:
### Revocation strategies
`devise-jwt` comes with three revocation strategies out of the box. Some of them are implementations of what is discussed in the blog post [JWT Revocation Strategies](http://waiting-for-dev.github.io/blog/2017/01/24/jwt_revocation_strategies/), where I also talk about their pros and cons.
`devise-jwt` comes with three revocation strategies out of the box. Some of them are implementations of what is discussed in the blog post [JWT Revocation Strategies](http://waiting-for-dev.github.io/blog/2017/01/24/jwt_revocation_strategies), where I also talk about their pros and cons.
#### JTIMatcher
Expand Down

0 comments on commit 7694e97

Please sign in to comment.