#Jsonwebtoken
Showing 13 of 13 repositories tagged #jsonwebtoken, ranked by stars
JWT lib in rust
Build ECommerce Website Like Amazon By React & Node & MongoDB
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
A super fast CLI tool to decode and encode JWTs built in Rust
A lightweight JWT implementation with ZERO dependencies for Cloudflare Workers.
JWT utilities module based on the jsonwebtoken package ๐
A tool to test security of json web token
๐ Refresh/Access Token Authentication Demo with Client Side Rendering, Server Side Rendering and Websockets
A cli for cracking, testing vulnerabilities on Json Web Token(JWT)
Spring Boot Boilerplate is a starter kit for developing production ready SpringBoot Applications. This project includes : Spring Boot(3.1.2), Spring Data JPA, Spring Validation, Spring Security + JWT Token, MySQL, Mapstruct, Lombok, Swagger.
A full-featured Swift library for JOSE standards with first-class support for CryptoKit keys, providing JWS, JWT, SD-JWT, and JWE with signing, encryption, and JWK key management.
JSON RSA to HMAC and None Algorithm Vulnerability POC
In this article, we will delve into the implementation of JWT authentication in Rust, covering all crucial steps from generating and verifying JWT tokens with the HS256 algorithm, to registering users, signing them in, logging them out, and safeguarding private routes.