Docs.rs
  • jsonwebtoken-8.3.0
    • jsonwebtoken 8.3.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Keats
    • Dependencies
      • base64 ^0.21.0 normal
      • pem ^1 normal
      • ring ^0.16.5 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • simple_asn1 ^0.6 normal
      • criterion ^0.4 dev
      • time ^0.3 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate jsonwebtoken

  • Structs
  • Enums
  • Functions
  • Type Definitions
?
Change settings

List of all items

Structs

  • DecodingKey
  • EncodingKey
  • Header
  • TokenData
  • Validation
  • errors::Error
  • jwk::CommonParameters
  • jwk::EllipticCurveKeyParameters
  • jwk::Jwk
  • jwk::JwkSet
  • jwk::OctetKeyPairParameters
  • jwk::OctetKeyParameters
  • jwk::RSAKeyParameters

Enums

  • Algorithm
  • errors::ErrorKind
  • jwk::AlgorithmParameters
  • jwk::EllipticCurve
  • jwk::EllipticCurveKeyType
  • jwk::KeyOperations
  • jwk::OctetKeyPairType
  • jwk::OctetKeyType
  • jwk::PublicKeyUse
  • jwk::RSAKeyType

Functions

  • crypto::sign
  • crypto::verify
  • decode
  • decode_header
  • encode
  • get_current_timestamp

Type Definitions

  • errors::Result