graphile_worker_admin_ui 0.2.1

Embedded Leptos admin UI for graphile_worker
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod config;
mod secret;
mod verify;

pub(crate) const CSRF_HEADER: &str = "x-graphile-worker-admin-csrf";

pub use config::{AdminAuthConfig, AdminAuthSummary, PublicAuthMode};
pub use secret::generate_secret;
#[cfg(test)]
pub(crate) use verify::authorize_basic;
pub(crate) use verify::constant_time_eq;