Skip to content

Commit 61ffd83

Browse files
committed
Expose sender_auth with a function.
1 parent 3f3b225 commit 61ffd83

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

crates/bindings/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,10 @@ impl ReducerContext {
769769
}
770770
}
771771

772+
pub fn sender_auth(&self) -> &AuthCtx {
773+
&self.sender_auth
774+
}
775+
772776
/// Read the current module's [`Identity`].
773777
pub fn identity(&self) -> Identity {
774778
// Hypothetically, we *could* read the module identity out of the system tables.

0 commit comments

Comments
 (0)