jsonwebtoken
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.
Here are 29 public repositories matching this topic...
A super fast CLI tool to decode and encode JWTs built in Rust
-
Updated
Oct 28, 2024 - Rust
In this article, you'll learn how to build a secure and efficient backend API in Rust with JWT access and refresh tokens functionality. We'll leverage the high-performance Axum framework and SQLX to store data in a PostgreSQL database.
-
Updated
Dec 27, 2023 - Rust
Clean boilerplate for graphql services using actix-web, rhai, async-graphql, surf, rbatis, graphql-client, handlebars-rust, jsonwebtoken, and mysql / postgresql.
-
Updated
Jun 7, 2022 - Rust
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.
-
Updated
Feb 5, 2023 - Rust
auth_api in rust 🦀 with actix and jwt
-
Updated
Oct 18, 2024 - Rust
Based on Scratch & Rust web stacks. Kids can create stories, games, and animations, and share with others. A gift for my daughter, also hopes to help all kids who enjoy programming.
-
Updated
Apr 25, 2023 - Rust
Rust JWT auth API boilerplate to start with your rust backend project quickly.
-
Updated
May 4, 2024 - Rust
Rust Full Stack App covering Auth flow & CRUD with Rust/Axum and Supabase and Frontend with Yew.rs
-
Updated
Jul 19, 2023 - Rust
JWT authentication middleware for Actix with support for JWT invalidation and custom Claims structs.
-
Updated
Jul 6, 2022 - Rust
mee_file文件系统,支持开发人员api管理或普通用户使用+简易权限+大文件上传+文件预览等等~ ,赶快来使用吧 😂
-
Updated
Aug 13, 2021 - Rust
Cryptography Utils for Rust
-
Updated
Dec 26, 2022 - Rust
A Self hostable, blazingly fast forms solution built with Rust with a focus on simplicity and reliablity.
-
Updated
Oct 28, 2024 - Rust
REST API written in Rust with Axum providing endpoints secured by JWT
-
Updated
Oct 3, 2023 - Rust
An aggregation site for projects, developers & teams, which gathered some part-time information required by the employers. It's an Internet Intelligent Matchmaking Service Platform with complete and free services, which aims to match the projects and developers.
-
Updated
Aug 3, 2023 - Rust
Simple CLI for delivering APNS messages
-
Updated
Jun 17, 2024 - Rust
Auth service PoC in rust
-
Updated
Nov 1, 2024 - Rust
Created by M. Jones, J. Bradley, N. Sakimura
Released May 2015
- Followers
- 92 followers
- Website
- www.rfc-editor.org/info/rfc7519
- Wikipedia
- Wikipedia