Skip to main content

logout

Function logout 

Source
pub async fn logout() -> Result<AuthResponse, ServerFnError>
Expand description

用户登出。

清空客户端 session Cookie,并删除数据库中对应会话记录。 Dioxus server function,注册在 /api 路径下。

§Handler information

  • Method: post
  • Path: <auto>