Java JWT: JSON Web Token for Java and Android
-
Updated
Sep 24, 2024 - Java
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.
Java JWT: JSON Web Token for Java and Android
Elixir Authentication
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.
🔥 Example of react application to access WordPress REST API
API Authentication using JWT's (JSON Web Tokens). Plug n Play inside any app which requires authentication. NodeJs Express MongoDB & Redis.
JWT Authentication and Authorization with React, RTK Query, Material UI, React Hook Form and Zod.
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.
🔑 Sample Spring boot application secured using JWT auth in custom header(X-Auth-Token).
One time password (email, SMS) authentication support for HTTP APIs.
Detects the algorithm of input JWT Token and provide options to generate the new JWT token based on the user selected algorithm.
Spring Security Refresh Token using JWT in Spring Boot example with HttpOnly Cookie - Expire and Renew JWT Token
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.
A Scalable Node Architecture/Server. This repository contains a complete implementation of writing scalable nodejs server/architecture on my medium blog.
Angular 17 JWT Authentication example - Token Based Authentication & Role Based Authorization example with HttpOnly Cookie and Rest API
Example of REST API with JWT authentication using Spring Boot, Spring Security, Jersey and Jackson.
JSON Web Token Authentication for Laravel and Lumen
CodeIgniter 3 - REST API Integration with JWT (JSON Web Tokens)
Fullstack MERN Ecommerce Site with Front End and Admin Panel
Created by M. Jones, J. Bradley, N. Sakimura
Released May 2015