Tag: actix-web

  • Using Actix Identity with Juniper GraphQL

    Using Actix Identity with Juniper GraphQL

    1 I use Actix Identity with Cookie Policy to store user session and about to migrate from REST to GraphQL using Juniper. It would be great to create a login endpoint in GraphQL by using actix identity. Using Juniper in Actix, I’ve to move GraphQL request into web::block actix_web::web::block(|| move { let graphql_response = request.execute(&data,…