Modules§
Structs§
- Resolver
- Struct responsible for resolving JWT auth identities (cf. the
rjwtcrate). - Txn
- A transaction context.
- TxnServer
- Server to keep track of the transactions currently active for this host.
Enums§
- Cache
Block - A cached filesystem block.
Traits§
Type Aliases§
- Actor
- The type of
rjwt::Actorused to sign auth tokens - Dir
- A transactional directory
- DirEntry
- An entry in a transactional directory
- File
- A transactional file
- Signed
Token - The type of
rjwt::SignedTokenused for authentication & authorization - Token
- The type of token used to authenticate requests between hosts