Hacker News
- JWT (JSON Web Token) debugger https://jwt.io 42 comments
- Pros and Cons in Using JWT (JSON Web Tokens) https://medium.com/@rahulgolwalkar/pros-and-cons-in-using-jwt-json-web-tokens-196ac6d41fb4 3 comments
Lobsters
- JWT (JSON Web Token) is Awesome: Here's Why https://thehftguy.com/2020/02/18/jwt-is-awesome-heres-why/ 79 comments webdev
- JWT Inspector - A Chrome extension my co-worker built for debugging / working with JSON Web Tokens https://www.jwtinspector.io 3 comments programming
- JSON Web Tokens crash course - JWT tokens explained https://www.youtube.com/watch?v=t9FIPX93bW4 43 comments node
- JWT Explained In Under 10 Minutes (JSON Web Tokens) https://www.youtube.com/watch?v=Y2H3DXDeS3Q 7 comments webdev
- JWT Explained In Under 10 Minutes (JSON Web Tokens) https://www.youtube.com/watch?v=Y2H3DXDeS3Q 43 comments node
- Build authentication into your Laravel API with JSON Web Tokens (JWT) https://medium.com/@connorleech/build-authentication-into-your-laravel-api-with-json-web-tokens-jwt-cd223ace8d1a 9 comments laravel
- A plain English introduction to JSON web tokens (JWT): what it is and what it isn't https://medium.com/ag-grid/a-plain-english-introduction-to-json-web-tokens-jwt-what-it-is-and-what-it-isnt-8076ca679843 43 comments javascript
- Django REST Framework Authentication by Example with JSON Web Tokens (JWT) https://www.techiediaries.com/django-rest-framework-jwt-tutorial/ 8 comments django
- JWT (JSON Web Tokens) is a Bad Standard That Everyone Should Avoid https://paragonie.com/blog/2017/03/jwt-json-web-tokens-is-bad-standard-that-everyone-should-avoid 72 comments programming
- JWT (JSON Web Tokens) is a Bad Standard That Everyone Should Avoid https://paragonie.com/blog/2017/03/jwt-json-web-tokens-is-bad-standard-that-everyone-should-avoid 14 comments webdev
- Barebones JWT (JSON Web Tokens) package in Go https://github.com/nickvellios/gojwt 3 comments golang
- Express, Passport and JSON Web Token (jwt) Authentication for Beginners http://jonathanmh.com/express-passport-json-web-token-jwt-authentication-beginners/ 5 comments javascript
- JSON Web Token (JWT) in Rust https://github.com/gildedhonour/rust-jwt 5 comments rust
- JSON Web Tokens (JWT) vs Sessions https://float-middle.com/json-web-tokens-jwt-vs-sessions/ 45 comments programming
- Learn JSON Web Token(JWT) in 10 Minutes https://www.tutorialdocs.com/article/jwt-learn.html 113 comments programming
- JSON Web Token (JWT) Security Cheat Sheet [PDF] https://assets.pentesterlab.com/jwt_security_cheatsheet/jwt_security_cheatsheet.pdf 27 comments netsec
- Understanding JSON Web Tokens JWT for Secure Information Sharing https://differ.blog/p/understanding-json-web-tokens-jwt-for-secure-information-sharing-48e362 4 comments programming
- Generate and verify JSON Web Tokens simply with Little JWT https://github.com/tymondesigns/jwt-auth 2 comments laravel
- JSON Web Tokens (JWT) Payload — Keep It Lean! https://medium.com/@sandrodz/json-web-tokens-jwt-payload-keep-it-lean-825fd4b78e2a 10 comments coding
- "JSON Web Token (JWT) — the only explanation you’ll ever need" @ Medium (my first ever article) https://medium.com/@weinberger.ariel/json-web-token-jwt-the-only-explanation-youll-ever-need-cf53f0822f50 63 comments node
- How to Implement a Magic Link Authentication using Node.js and JSON Web Token (JWT) https://implementing.substack.com/p/how-to-implement-a-magic-link-authentication 3 comments node
- [ANN] libjwt-typed 0.1 - A Haskell implementation of JSON Web Token (JWT) https://www.reddit.com/r/haskell/comments/itx14a/ann_libjwttyped_01_a_haskell_implementation_of/ 13 comments haskell
- I just published an article - Implement JSON Web Token (JWT) Authentication using AccessToken and RefreshToken. Security is the most important aspect of backend web development and in this article I have covered the edge cases for it. https://afteracademy.com/blog/implement-json-web-token-jwt-authentication-using-access-token-and-refresh-token 10 comments webdev
- I just published an article - Implement JSON Web Token (JWT) Authentication using AccessToken and RefreshToken. Security is the most important aspect of backend web development and in this article I have covered the edge cases for it. https://afteracademy.com/blog/implement-json-web-token-jwt-authentication-using-access-token-and-refresh-token 5 comments typescript
- I just published an article - Implement JSON Web Token (JWT) Authentication using AccessToken and RefreshToken. Security is the most important aspect of backend web development and in this article I have covered the edge cases for it. https://afteracademy.com/blog/implement-json-web-token-jwt-authentication-using-access-token-and-refresh-token 3 comments node
- Build Secure Node.js REST API Using JSON Web Token (JWT) https://codesquery.com/build-secure-nodejs-rest-api-using-json-web-token/ 9 comments programming
- Build Secure Node.js REST API Using JSON Web Token (JWT) https://codesquery.com/build-secure-nodejs-rest-api-using-json-web-token/ 3 comments node
- Policy-based Authorization Using Asp.Net Core 2 And Json Web Token (JWT) http://hamidmosalla.com/2017/10/19/policy-based-authorization-using-asp-net-core-2-and-json-web-token-jwt/ 5 comments csharp
- Although JSON Web Tokens have become incredibly popular, its use for authenticating users sessions is controversial. Here's an attempt to demonstrate the pros and cons of using JWT for this context. https://supertokens.io/blog/are-you-using-jwts-for-user-sessions-in-the-correct-way?utm_source=reddit 29 comments javascript
- PAST (Platform-Agnostic Security Tokens), a more secure alternative to JWT (JSON Web Tokens) https://github.com/paragonie/past 5 comments crypto
- PAST (Platform-Agnostic Security Tokens), a more secure alternative to JWT (JSON Web Tokens) https://github.com/paragonie/past 22 comments netsec
- In my latest article I'll show you how easy it is to integrate Keycloak in your API Platform project using OpenID Connect (OIDC), JSON Web Tokens (JWT) and JSON Web Keys (JWKs). https://woutercarabain.com/webdevelopment/integrating-keycloak-with-api-platform/ 4 comments php