Repository navigation

#

JSON Web Tokens

Created by M. Jones, J. Bradley, N. Sakimura

发布于 May 2015

www.rfc-editor.org
维基百科

JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.

Elixir
3488
15 天前

Authentication Plugin for Caddy v2 implementing Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0 (Github, Google, Facebook, Okta, etc.), SAML Authentication. MFA with App Authenticators and Yubico.

Go
655
4 年前

🔥 Example of react application to access WordPress REST API

JavaScript
277
2 年前

JWT Authentication and Authorization with React, RTK Query, Material UI, React Hook Form and Zod.

TypeScript
235
2 年前

API Authentication using JWT's (JSON Web Tokens). Plug n Play inside any app which requires authentication. NodeJs Express MongoDB & Redis.

JavaScript
228
3 年前

A client side implementation of authentication using react.js for my blog on medium. This is the second part of my previous blog on how to implement scalable node.js server.

JavaScript
130
2 年前

Stateless Cross-Site Request Forgery (CSRF) protection with JWT

JavaScript
126
6 个月前

Spring Security Refresh Token using JWT in Spring Boot example with HttpOnly Cookie - Expire and Renew JWT Token

Java
112
2 年前

🔑 Sample Spring boot application secured using JWT auth in custom header(X-Auth-Token).

Java
109
1 个月前

One time password (email, SMS) authentication support for HTTP APIs.

Ruby
107
1 年前

Detects the algorithm of input JWT Token and provide options to generate the new JWT token based on the user selected algorithm.

Python
100
2 个月前

In this article, you'll learn how to build CRUD RESTful API with Node.js, ExpressJs, TypeORM, and PostgreSQL. We will define the database schema with TypeORM and run the migration command to push the TypeORM schema to the database. Next, we will create higher-level CRUD function to perform the CRUD operations.

TypeScript
92
3 年前

Angular 17 JWT Authentication example - Token Based Authentication & Role Based Authorization example with HttpOnly Cookie and Rest API

TypeScript
70
2 年前

A Scalable Node Architecture/Server. This repository contains a complete implementation of writing scalable nodejs server/architecture on my medium blog.

JavaScript
63
4 年前

Example of REST API with JWT authentication using Spring Boot, Spring Security, Jersey and Jackson.

Java
48
8 年前

JSON Web Token Authentication for Laravel and Lumen

PHP
46
8 年前