pub fn http_app<S>(
store: Arc<S>,
limits: ServerLimits,
auth: AuthConfig,
) -> Routerwhere
S: MemoryStore + 'static,pub fn http_app<S>(
store: Arc<S>,
limits: ServerLimits,
auth: AuthConfig,
) -> Routerwhere
S: MemoryStore + 'static,