Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
reshut (רשות)
..a decorative auth library for Falcon.
reshut (רשות)
..a decorative auth library for Falcon.
  • Overview
  • Quick Start
  • Reference
    • reshut
    • reshut.authorization
    • reshut.jwk
    • reshut.middleware
    • reshut.utils
  • MIT License
  • Contact
Back to top

Reference

Reference

  • reshut
    • Algorithm
  • reshut.authorization
    • allow_anonymous()
    • allow_claim()
    • deny_claim()
    • require_claim()
  • reshut.jwk
    • JwkUsageType
    • JwkKeyType
    • JwkCurveType
    • RsaJwk
    • EcJwk
    • OkpJwk
    • OctetJwk
    • from_private_key()
    • to_private_key()
    • from_public_key()
    • to_public_key()
    • from_symmetric_key()
    • to_symmetric_key()
  • reshut.middleware
    • AsgiAuthorizationMiddleware
    • AuthorizationEvaluator
    • TokenEvaluator
    • WsgiAuthorizationMiddleware
  • reshut.utils
    • keygen()
    • tokenize()
    • validate()
Next
reshut
Previous
Quick Start
Copyright © 2026 Shaun Wilson
Made with Sphinx and @pradyunsg's Furo