Rust SDK for integrating with the Runbeam Cloud API, providing JWT validation, API client, and generic secure token storage
Alibaba Cloud STS (Security Token Service) SDK for Rust
Full-featured JWT authentication middleware for actix-web: login, logout, refresh, token rotation, cookie management, RSA/HMAC, RBAC authorizer, pluggable token store
Core library for sa-token-rust, a powerful authentication and authorization framework
Secure password and token management library for Rust, featuring hashing, encryption, and random generation.
A type-driven, ergonomic alternative to JWT for secure stateless PASETO tokens.
A powerful Rust authentication and authorization framework
Rust client for the Solana Security Token
Fast, parallel token security analyzer - Detect exposed secrets, API keys, and sensitive tokens in your codebase
Platform Agnostic SEcurity TOkens (PASETO) is a secure alternative to JOSE/JWT
🦞 Security hardening for Clawdbot/Moltbot. Detects and fixes exposed gateways automatically.
MoosicBox tunnel server package
HasSecureToken provides you an easily way to geneatre uniques random tokens for any model in ruby on rails. **SecureRandom::base58** is used to generate the 24-character unique token, so collisions are highly unlikely.
Time-safe finders for ActiveRecord's has_secure_token.
tokenize_attr adds a `tokenize` class macro to ActiveRecord models. When no prefix is needed it transparently delegates to Rails' built-in has_secure_token (Rails 5+). When a prefix is required it installs a before_create callback backed by SecureRandom.base58 with configurable size, prefix, and retry logic.