actix auth macro
actix-web
actix-identity
actix auth must have a params: _id: Identity
actix auth have a string by let Some(ident) = identity.identity();
.
``` use actixauth::loginrequired;
pub async fn index(_id: Identity) -> HttpResponse { HttpResponse::Ok().json(ident) } ```