macro_rules! require_auth {
($extensions:expr) => { ... };
}Expand description
Helper macros for working with authentication context
macro_rules! require_auth {
($extensions:expr) => { ... };
}Helper macros for working with authentication context