Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
#
jwt
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
How I Fixed JWT Security Flaws in 3 Steps
Renato Byrro
Renato Byrro
Renato Byrro
Follow
for
Dashbird
Oct 14 '19
How I Fixed JWT Security Flaws in 3 Steps
#
javascript
#
jwt
#
security
#
frontend
279
 reactions
Comments
43
 comments
4 min read
Handling user registration and authentication on a laravel API using jwt
Ted Ngeene
Ted Ngeene
Ted Ngeene
Follow
Oct 20 '19
Handling user registration and authentication on a laravel API using jwt
#
laravel
#
php
#
jwt
#
api
42
 reactions
Comments
9
 comments
6 min read
Simple Intro to JWT Basics
Joshua Tzucker
Joshua Tzucker
Joshua Tzucker
Follow
Sep 28 '19
Simple Intro to JWT Basics
#
jwt
#
security
#
webdev
#
beginners
198
 reactions
Comments
8
 comments
8 min read
Create APIs with JWT authorization using Spring boot
cuongld2
cuongld2
cuongld2
Follow
Sep 30 '19
Create APIs with JWT authorization using Spring boot
#
springboot
#
jwt
#
java
#
api
59
 reactions
Comments
21
 comments
10 min read
The Ultimate Guide to handling JWTs on frontend clients (GraphQL)
Vladimir Novick
Vladimir Novick
Vladimir Novick
Follow
for
Hasura
Sep 23 '19
The Ultimate Guide to handling JWTs on frontend clients (GraphQL)
#
graphql
#
authentication
#
jwt
189
 reactions
Comments
8
 comments
4 min read
Json Web Tokens?
DaNeil C
DaNeil C
DaNeil C
Follow
Sep 9 '19
Json Web Tokens?
#
codenewbie
#
jwt
#
security
#
cookies
18
 reactions
Comments
Add Comment
4 min read
How do you handle role/permissions updates with JWT?
Sebastián Duque G
Sebastián Duque G
Sebastián Duque G
Follow
Aug 29 '19
How do you handle role/permissions updates with JWT?
#
discuss
#
security
#
jwt
#
rest
65
 reactions
Comments
18
 comments
1 min read
What is JWT? how to create one?
Roy
Roy
Roy
Follow
Aug 11 '19
What is JWT? how to create one?
#
python
#
jwt
#
digitalsignature
#
security
8
 reactions
Comments
Add Comment
3 min read
What I learned on my own | Implementing JWT Authentication on SailsJS (v1)
Christophe El-Khoury
Christophe El-Khoury
Christophe El-Khoury
Follow
Aug 2 '19
What I learned on my own | Implementing JWT Authentication on SailsJS (v1)
#
node
#
api
#
microservices
#
jwt
36
 reactions
Comments
15
 comments
5 min read
Custom auth for Hasura with Netlify
Vladimir Novick
Vladimir Novick
Vladimir Novick
Follow
Aug 1 '19
Custom auth for Hasura with Netlify
#
netlify
#
auth
#
jwt
#
hasura
14
 reactions
Comments
Add Comment
4 min read
Setting up an authenticated route in React
Calie Rushton
Calie Rushton
Calie Rushton
Follow
Jul 28 '19
Setting up an authenticated route in React
#
beginners
#
react
#
refactoring
#
jwt
60
 reactions
Comments
6
 comments
4 min read
7 Serverless Auth Strategies for Protecting Gated Functions
David Wells
David Wells
David Wells
Follow
Jul 25 '19
7 Serverless Auth Strategies for Protecting Gated Functions
#
serverless
#
javascript
#
auth
#
jwt
14
 reactions
Comments
Add Comment
5 min read
Remaining Stateless - Using Redis for token blacklisting in Node JS
Ogbonna Basil
Ogbonna Basil
Ogbonna Basil
Follow
Jul 22 '19
Remaining Stateless - Using Redis for token blacklisting in Node JS
#
redis
#
jwt
66
 reactions
Comments
12
 comments
4 min read
go-react starter
Israel
Israel
Israel
Follow
Jul 22 '19
go-react starter
#
go
#
react
#
jwt
#
postgres
12
 reactions
Comments
Add Comment
1 min read
How JSON Web Token (JWT) Secures Your API
Anthony Gore
Anthony Gore
Anthony Gore
Follow
Jul 10 '19
How JSON Web Token (JWT) Secures Your API
#
jwt
#
authentication
#
javascript
11
 reactions
Comments
2
 comments
6 min read
How to secure a REST API using JWT
Brian Neville-O'Neill
Brian Neville-O'Neill
Brian Neville-O'Neill
Follow
Jul 8 '19
How to secure a REST API using JWT
#
jwt
#
security
#
json
#
api
6
 reactions
Comments
Add Comment
7 min read
Security Using Spring and JWT
charles1303
charles1303
charles1303
Follow
Jun 23 '19
Security Using Spring and JWT
#
java
#
spring
#
jwt
#
security
7
 reactions
Comments
Add Comment
16 min read
Simple JWT Authentication with Golang (Part 3)
Si Le
Si Le
Si Le
Follow
Jun 20 '20
Simple JWT Authentication with Golang (Part 3)
#
javascript
#
go
#
api
#
jwt
10
 reactions
Comments
Add Comment
4 min read
Practical Rust Web Development - Authentication
Werner EchezurÃa
Werner EchezurÃa
Werner EchezurÃa
Follow
May 28 '19
Practical Rust Web Development - Authentication
#
rust
#
diesel
#
actixweb
#
jwt
49
 reactions
Comments
14
 comments
8 min read
Build a Collaborative Real-time Todo App Backend Using Hasura GraphQL
Bachi
Bachi
Bachi
Follow
for
Auth0
May 29 '19
Build a Collaborative Real-time Todo App Backend Using Hasura GraphQL
#
jwt
#
backend
#
programming
4
 reactions
Comments
Add Comment
1 min read
Token Authentication in PHP
Krasimir Hristozov
Krasimir Hristozov
Krasimir Hristozov
Follow
for
Okta
Jul 15 '19
Token Authentication in PHP
#
php
#
jwt
#
oauth
#
webdev
8
 reactions
Comments
Add Comment
10 min read
Simple JWT Authentication with Golang (Part 2)
Si Le
Si Le
Si Le
Follow
Jun 20 '20
Simple JWT Authentication with Golang (Part 2)
#
javascript
#
go
#
api
#
jwt
10
 reactions
Comments
Add Comment
5 min read
JWT in dotnet core
Arjun Shetty
Arjun Shetty
Arjun Shetty
Follow
Apr 15 '19
JWT in dotnet core
#
jwt
#
dotnetcore
#
security
#
api
11
 reactions
Comments
1
 comment
2 min read
From URL JWT token authentication & manually authorizing HttpContext in .Net core MVC
Ali Alp
Ali Alp
Ali Alp
Follow
Apr 5 '19
From URL JWT token authentication & manually authorizing HttpContext in .Net core MVC
#
security
#
webdev
#
dotnet
#
jwt
11
 reactions
Comments
Add Comment
2 min read
Securing JWT by TOTP, meet the new JWTS
Ali Alp
Ali Alp
Ali Alp
Follow
Apr 5 '19
Securing JWT by TOTP, meet the new JWTS
#
security
#
productivity
#
csharp
#
jwt
10
 reactions
Comments
Add Comment
8 min read
Simple JWT Authentication for Golang (Part 1)
Si Le
Si Le
Si Le
Follow
Jun 19 '20
Simple JWT Authentication for Golang (Part 1)
#
go
#
jwt
#
webdev
#
api
59
 reactions
Comments
1
 comment
5 min read
Build a Simple REST API in PHP
Krasimir Hristozov
Krasimir Hristozov
Krasimir Hristozov
Follow
for
Okta
May 16 '19
Build a Simple REST API in PHP
#
jwt
#
oauth
#
php
#
restapi
14
 reactions
Comments
1
 comment
13 min read
API Guard - JWT authentication solution for Rails APIs
Gokul Murali
Gokul Murali
Gokul Murali
Follow
Feb 24 '19
API Guard - JWT authentication solution for Rails APIs
#
rails
#
jwt
#
api
#
gems
11
 reactions
Comments
8
 comments
1 min read
Ruby on Rails API Authentication
Zack Siri
Zack Siri
Zack Siri
Follow
for
Codemy.net
Feb 12 '19
Ruby on Rails API Authentication
#
showdev
#
rails
#
devise
#
jwt
27
 reactions
Comments
Add Comment
4 min read
Be careful of the JWT hype train
Darragh O'Riordan
Darragh O'Riordan
Darragh O'Riordan
Follow
Jan 23 '19
Be careful of the JWT hype train
#
node
#
jwt
#
authentication
#
security
214
 reactions
Comments
52
 comments
5 min read
Create and Verify JWTs in PHP with OAuth 2.0
Krasimir Hristozov
Krasimir Hristozov
Krasimir Hristozov
Follow
for
Okta
Jun 7 '19
Create and Verify JWTs in PHP with OAuth 2.0
#
php
#
jwt
#
oauth
#
tutorial
8
 reactions
Comments
Add Comment
10 min read
Spring Security with JWT
Jakub Leško
Jakub Leško
Jakub Leško
Follow
Jan 14 '19
Spring Security with JWT
#
java
#
spring
#
security
#
jwt
209
 reactions
Comments
43
 comments
7 min read
How to build JWT Authorization in Angular with Router Guards and HTTP Interceptor
Bartosz Pietrucha
Bartosz Pietrucha
Bartosz Pietrucha
Follow
Dec 14 '18
How to build JWT Authorization in Angular with Router Guards and HTTP Interceptor
#
angular
#
authorization
#
jwt
#
security
18
 reactions
Comments
1
 comment
1 min read
Using JWT to authenticate and authorize requests in Postman
Joyce Lin
Joyce Lin
Joyce Lin
Follow
Nov 28 '18
Using JWT to authenticate and authorize requests in Postman
#
postman
#
api
#
jwt
#
node
120
 reactions
Comments
2
 comments
6 min read
Web Authentication for Actual Humans, Part Two
Greg Hardin
Greg Hardin
Greg Hardin
Follow
Nov 19 '18
Web Authentication for Actual Humans, Part Two
#
login
#
authentication
#
webapplication
#
jwt
19
 reactions
Comments
5
 comments
8 min read
Create and Verify JWTs with Node
Braden Kelley
Braden Kelley
Braden Kelley
Follow
for
Okta
Jul 10 '19
Create and Verify JWTs with Node
#
node
#
jwt
#
tokenauthentication
#
webdev
10
 reactions
Comments
Add Comment
9 min read
The web built by node and vue, imitate Twitter's UI and feature
Jay
Jay
Jay
Follow
Sep 22 '18
The web built by node and vue, imitate Twitter's UI and feature
#
node
#
vue
#
jwt
#
mongoose
40
 reactions
Comments
6
 comments
4 min read
Passport JWT with GraphQL (Apollo Server 2)
hasusozam
hasusozam
hasusozam
Follow
Sep 20 '18
Passport JWT with GraphQL (Apollo Server 2)
#
jwt
#
graphql
#
authentication
#
node
39
 reactions
Comments
3
 comments
2 min read
Web Authentication For Actual Humans, Part One
Greg Hardin
Greg Hardin
Greg Hardin
Follow
Sep 8 '18
Web Authentication For Actual Humans, Part One
#
login
#
authentication
#
webapplication
#
jwt
79
 reactions
Comments
7
 comments
4 min read
Implementing JSON Web Tokens & Passport.js in a React App
Paige Niedringhaus
Paige Niedringhaus
Paige Niedringhaus
Follow
May 21 '22
Implementing JSON Web Tokens & Passport.js in a React App
#
express
#
javascript
#
jwt
#
node
4
 reactions
Comments
1
 comment
16 min read
Minimalist yet powerful PHP JWT library
Jitendra
Jitendra
Jitendra
Follow
Aug 18 '18
Minimalist yet powerful PHP JWT library
#
showdev
#
php
#
jwt
#
auth
42
 reactions
Comments
2
 comments
2 min read
Securing your Node js api with JSON Web Token
Mohamed Aymen Ourabi
Mohamed Aymen Ourabi
Mohamed Aymen Ourabi
Follow
Jul 15 '18
Securing your Node js api with JSON Web Token
#
javascript
#
node
#
jwt
193
 reactions
Comments
10
 comments
6 min read
JSON WEB TOKEN BASED Authentication Backend for Django Project
Apcelent
Apcelent
Apcelent
Follow
Jul 17 '18
JSON WEB TOKEN BASED Authentication Backend for Django Project
#
python
#
django
#
jwt
27
 reactions
Comments
1
 comment
5 min read
JSON Web Token Tutorial with Example in Python
Apcelent
Apcelent
Apcelent
Follow
Jul 11 '18
JSON Web Token Tutorial with Example in Python
#
python
#
django
#
jwt
64
 reactions
Comments
Add Comment
4 min read
JWT Auth with Lucky Api
Mikias Abera
Mikias Abera
Mikias Abera
Follow
Jul 8 '18
JWT Auth with Lucky Api
#
jwt
#
auth
#
lucky
#
crystal
19
 reactions
Comments
1
 comment
7 min read
How to log out when using JWT
Arpy Vanyan
Arpy Vanyan
Arpy Vanyan
Follow
Jun 17 '18
How to log out when using JWT
#
jwt
#
token
#
authentication
60
 reactions
Comments
16
 comments
4 min read
What Happens If Your JWT Is Stolen?
Randall Degges
Randall Degges
Randall Degges
Follow
for
Okta
Jun 20 '18
What Happens If Your JWT Is Stolen?
#
websecurity
#
security
#
jwt
#
javascript
48
 reactions
Comments
9
 comments
12 min read
Elixir API and Elm SPA - Part 2
Miguel Cobá
Miguel Cobá
Miguel Cobá
Follow
Jun 16 '18
Elixir API and Elm SPA - Part 2
#
elixir
#
guardian
#
jwt
#
bearer
61
 reactions
Comments
10
 comments
10 min read
Another Round of JWT.io and JWT Debugger Extension Updates
Ramiro
Ramiro
Ramiro
Follow
for
Auth0
May 8 '18
Another Round of JWT.io and JWT Debugger Extension Updates
#
jwt
#
authentication
#
cryptography
11
 reactions
Comments
Add Comment
1 min read
Cookie Authentication with Scalatra and JWTs
Jennifer Konikowski
Jennifer Konikowski
Jennifer Konikowski
Follow
May 2 '18
Cookie Authentication with Scalatra and JWTs
#
scala
#
cookies
#
jwt
#
scalatra
17
 reactions
Comments
3
 comments
3 min read
Securing C#/.NET WebAPI with public-private-key-signed JWTs signed by NodeJS
Kevin Le
Kevin Le
Kevin Le
Follow
Apr 26 '18
Securing C#/.NET WebAPI with public-private-key-signed JWTs signed by NodeJS
#
jwt
#
c
#
node
15
 reactions
Comments
Add Comment
7 min read
A Look at The Draft for JWT Best Current Practices
Ramiro
Ramiro
Ramiro
Follow
for
Auth0
Apr 11 '18
A Look at The Draft for JWT Best Current Practices
#
jwt
#
authentication
#
ietf
#
bestpractices
9
 reactions
Comments
Add Comment
1 min read
How to Initialize Multilayer Node.js RESTful API with JWT Auth and PostgreSQL in 3 Steps
VitaliiKulyk
VitaliiKulyk
VitaliiKulyk
Follow
Mar 13 '18
How to Initialize Multilayer Node.js RESTful API with JWT Auth and PostgreSQL in 3 Steps
#
node
#
restfulapi
#
jwt
#
postgres
114
 reactions
Comments
4
 comments
17 min read
What the heck is JWT anyway?
Siwalik Mukherjee
Siwalik Mukherjee
Siwalik Mukherjee
Follow
Mar 4 '18
What the heck is JWT anyway?
#
jwt
#
authentication
#
javascript
#
node
210
 reactions
Comments
11
 comments
3 min read
Generate authorized-short-living URLs in rails
Gabriel Chertok
Gabriel Chertok
Gabriel Chertok
Follow
Mar 10 '18
Generate authorized-short-living URLs in rails
#
javascript
#
rails
#
jwt
21
 reactions
Comments
Add Comment
4 min read
JWT.io and JWT Debugger Extension Updates
Ramiro
Ramiro
Ramiro
Follow
for
Auth0
Mar 8 '18
JWT.io and JWT Debugger Extension Updates
#
jwt
#
authentication
#
jsonwebtoken
10
 reactions
Comments
Add Comment
1 min read
JWT authentication in an Angular application with a Go backend
Nikola Brežnjak
Nikola Brežnjak
Nikola Brežnjak
Follow
Feb 19 '18
JWT authentication in an Angular application with a Go backend
#
jwt
#
authentication
#
angular
#
go
42
 reactions
Comments
7
 comments
19 min read
Stateless Authentication with JSON Web Tokens
Yos Riady
Yos Riady
Yos Riady
Follow
Feb 18 '18
Stateless Authentication with JSON Web Tokens
#
javascript
#
node
#
jwt
90
 reactions
Comments
3
 comments
15 min read
How to Create a JSON Web Token Using PHP
Rob Waller
Rob Waller
Rob Waller
Follow
Jan 31 '18
How to Create a JSON Web Token Using PHP
#
php
#
jwt
#
jsonwebtokens
#
authentication
96
 reactions
Comments
32
 comments
4 min read
Adding JWT Authentication to Python and Django REST Framework Using Auth0
Ahmed
Ahmed
Ahmed
Follow
Apr 29 '18
Adding JWT Authentication to Python and Django REST Framework Using Auth0
#
django
#
jwt
#
auth0
7
 reactions
Comments
Add Comment
4 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account