Modules§
Structs§
- Resolver
- Struct responsible for resolving JWT auth identities (cf. the
rjwt
crate). - 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::Actor
used 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::SignedToken
used for authentication & authorization - Token
- The type of token used to authenticate requests between hosts