From 3e8f8a84f50c2a9ac496eff3616c2fe7394ff314 Mon Sep 17 00:00:00 2001 From: Philzen Date: Tue, 23 Jan 2024 21:47:28 +0100 Subject: [PATCH] Fix broken links in "Learn more" section (#898) 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. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 79bc6cc1b..c5211588b 100644 --- a/README.md +++ b/README.md @@ -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