DEV Community

# jwt

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Django Rest Framework custom JWT authentication

Django Rest Framework custom JWT authentication

85
Comments 32
8 min read
User authorization in micro-service architecture with JWT

User authorization in micro-service architecture with JWT

12
Comments
3 min read
Getting started with Spring Security - Adding JWT

Getting started with Spring Security - Adding JWT

18
Comments
4 min read
A secure implementation of JSON Web Tokens (JWT) in C#

A secure implementation of JSON Web Tokens (JWT) in C#

26
Comments
5 min read
JWT Bearer Authentication/Authorization with Spring Security 5 in a Spring Boot App (outdated)

JWT Bearer Authentication/Authorization with Spring Security 5 in a Spring Boot App (outdated)

44
Comments 3
7 min read
Remaining Stateless - A more optimal approach

Remaining Stateless - A more optimal approach

26
Comments 4
7 min read
Sessions Auth & Auth

Sessions Auth & Auth

15
Comments
4 min read
Build an API in Rust with JWT Authentication

Build an API in Rust with JWT Authentication

10
Comments
1 min read
Spring Security with JWT: OAuth 2 Resource Server

Spring Security with JWT: OAuth 2 Resource Server

26
Comments 10
7 min read
Web vulnerabilities and options for .net core API 3.1

Web vulnerabilities and options for .net core API 3.1

8
Comments
4 min read
Stuck with Authentication For Your New Product/Website?

Stuck with Authentication For Your New Product/Website?

4
Comments
2 min read
What is your preferred way to handle authentication in SPA?

What is your preferred way to handle authentication in SPA?

5
Comments 1
2 min read
Handling JWT securely on your client

Handling JWT securely on your client

7
Comments
1 min read
How to Easily Add JWTs to Slim PHP

How to Easily Add JWTs to Slim PHP

18
Comments
2 min read
Keycloak (Red Hat Single Sign On) Walkthrough Demo

Keycloak (Red Hat Single Sign On) Walkthrough Demo

7
Comments 1
1 min read
JWT Authorization for serverless APIs on AWS Lambda

JWT Authorization for serverless APIs on AWS Lambda

39
Comments 4
10 min read
Securing AWS HTTP APIs with JWT Authorizers

Securing AWS HTTP APIs with JWT Authorizers

5
Comments
1 min read
Go Notes: Auth0 validation for AWS Lambda Pt 2

Go Notes: Auth0 validation for AWS Lambda Pt 2

6
Comments
4 min read
Handling Authentication With JWT

Handling Authentication With JWT

228
Comments 5
4 min read
Building auth endpoint with Go and AWS Lambda

Building auth endpoint with Go and AWS Lambda

9
Comments
4 min read
Laravel 6 REST API with JWT Authentication with CRUD

Laravel 6 REST API with JWT Authentication with CRUD

12
Comments
1 min read
JSON Web Tokens (Part 1)

JSON Web Tokens (Part 1)

12
Comments 1
7 min read
Go Notes: Auth0 validation for AWS Lambda

Go Notes: Auth0 validation for AWS Lambda

6
Comments
2 min read
A Working Solution to JWT Creation and Invalidation in Golang

A Working Solution to JWT Creation and Invalidation in Golang

31
Comments 5
10 min read
[Update] Creating Your First Laravel App and Adding Authentication

[Update] Creating Your First Laravel App and Adding Authentication

4
Comments
1 min read
Authentication Strategy - Fastify + Typescript + JWT

Authentication Strategy - Fastify + Typescript + JWT

8
Comments
4 min read
JWT Golang Template

JWT Golang Template

10
Comments
3 min read
Build and Secure a GraphQL Server with Node.js

Build and Secure a GraphQL Server with Node.js

21
Comments
1 min read
API Authentication Workflow with JWT and Refresh Tokens

API Authentication Workflow with JWT and Refresh Tokens

63
Comments 9
3 min read
Add Authentication and Authorization to Next.js 8 Serverless Apps using JWT and GraphQL

Add Authentication and Authorization to Next.js 8 Serverless Apps using JWT and GraphQL

11
Comments
6 min read
Implementing Access Control with Netlify Identity and Netlify Functions

Implementing Access Control with Netlify Identity and Netlify Functions

18
Comments 1
2 min read
JWT authentication with Apollo Server 2: tips and tricks

JWT authentication with Apollo Server 2: tips and tricks

39
Comments 1
7 min read
Rails API + SPA authorization — Authorization by JWT

Rails API + SPA authorization — Authorization by JWT

24
Comments 1
5 min read
Remaining Stateless - JWT + Cookies in Node JS(REST)

Remaining Stateless - JWT + Cookies in Node JS(REST)

173
Comments 25
4 min read
How I Fixed JWT Security Flaws in 3 Steps

How I Fixed JWT Security Flaws in 3 Steps

279
Comments 43
4 min read
Handling user registration and authentication on a laravel API using jwt

Handling user registration and authentication on a laravel API using jwt

42
Comments 9
6 min read
Simple Intro to JWT Basics

Simple Intro to JWT Basics

198
Comments 8
8 min read
Create APIs with JWT authorization using Spring boot

Create APIs with JWT authorization using Spring boot

58
Comments 21
10 min read
The Ultimate Guide to handling JWTs on frontend clients (GraphQL)

The Ultimate Guide to handling JWTs on frontend clients (GraphQL)

189
Comments 8
4 min read
Json Web Tokens?

Json Web Tokens?

18
Comments
4 min read
How do you handle role/permissions updates with JWT?

How do you handle role/permissions updates with JWT?

61
Comments 17
1 min read
What is JWT? how to create one?

What is JWT? how to create one?

8
Comments
3 min read
What I learned on my own | Implementing JWT Authentication on SailsJS (v1)

What I learned on my own | Implementing JWT Authentication on SailsJS (v1)

36
Comments 15
5 min read
Custom auth for Hasura with Netlify

Custom auth for Hasura with Netlify

14
Comments
4 min read
Setting up an authenticated route in React

Setting up an authenticated route in React

60
Comments 6
4 min read
7 Serverless Auth Strategies for Protecting Gated Functions

7 Serverless Auth Strategies for Protecting Gated Functions

14
Comments
5 min read
Remaining Stateless - Using Redis for token blacklisting in Node JS

Remaining Stateless - Using Redis for token blacklisting in Node JS

64
Comments 12
4 min read
go-react starter

go-react starter

12
Comments
1 min read
How JSON Web Token (JWT) Secures Your API

How JSON Web Token (JWT) Secures Your API

11
Comments 2
6 min read
How to secure a REST API using JWT

How to secure a REST API using JWT

6
Comments
7 min read
Simple JWT Authentication with Golang (Part 3)

Simple JWT Authentication with Golang (Part 3)

10
Comments
4 min read
Practical Rust Web Development - Authentication

Practical Rust Web Development - Authentication

49
Comments 14
8 min read
Build a Collaborative Real-time Todo App Backend Using Hasura GraphQL

Build a Collaborative Real-time Todo App Backend Using Hasura GraphQL

4
Comments
1 min read
Token Authentication in PHP

Token Authentication in PHP

7
Comments
10 min read
Simple JWT Authentication with Golang (Part 2)

Simple JWT Authentication with Golang (Part 2)

10
Comments
5 min read
JWT in dotnet core

JWT in dotnet core

11
Comments 1
2 min read
From URL JWT token authentication & manually authorizing HttpContext in .Net core MVC

From URL JWT token authentication & manually authorizing HttpContext in .Net core MVC

10
Comments
2 min read
Securing JWT by TOTP, meet the new JWTS

Securing JWT by TOTP, meet the new JWTS

10
Comments
8 min read
Simple JWT Authentication for Golang (Part 1)

Simple JWT Authentication for Golang (Part 1)

59
Comments 1
5 min read
Build a Simple REST API in PHP

Build a Simple REST API in PHP

14
Comments 1
13 min read
loading...