Skip to content

Commit

Permalink
Fix broken links in "Learn more" section (#898)
Browse files Browse the repository at this point in the history
All of Stormpath.com consistently responds with 404 ATM, therefore this commit replaces the links with archive.org versions that will hopefully stay available for good.
  • Loading branch information
Philzen committed Jan 23, 2024
1 parent 86e0655 commit 3e8f8a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -3767,11 +3767,11 @@ assert privJwk.equals(parsed);

## Learn More

- [JSON Web Token for Java and Android](https://stormpath.com/blog/jjwt-how-it-works-why/)
- [How to Create and Verify JWTs in Java](https://stormpath.com/blog/jwt-java-create-verify/)
- [Where to Store Your JWTs - Cookies vs HTML5 Web Storage](https://stormpath.com/blog/where-to-store-your-jwts-cookies-vs-html5-web-storage/)
- [Use JWT the Right Way!](https://stormpath.com/blog/jwt-the-right-way/)
- [Token Authentication for Java Applications](https://stormpath.com/blog/token-auth-for-java/)
- [JSON Web Token for Java and Android](https://web.archive.org/web/20230427122653/https://stormpath.com/blog/jjwt-how-it-works-why)
- [How to Create and Verify JWTs in Java](https://web.archive.org/web/20230426235608/https://stormpath.com/blog/jwt-java-create-verify)
- [Where to Store Your JWTs - Cookies vs HTML5 Web Storage](https://web.archive.org/web/20230428094039/https://stormpath.com/blog/where-to-store-your-jwts-cookies-vs-html5-web-storage)
- [Use JWT the Right Way!](https://web.archive.org/web/20230428184004/https://stormpath.com/blog/jwt-the-right-way)
- [Token Authentication for Java Applications](https://web.archive.org/web/20230427151310/https://stormpath.com/blog/token-auth-for-java)
- [JJWT Changelog](CHANGELOG.md)

## Author
Expand Down

0 comments on commit 3e8f8a8

Please sign in to comment.