GraphQL Cookbook
Autenticare un utente
2 min
autenticare un utente registrato tramite l'api graphql di parse problema vuoi autenticare un utente registrato nel tuo backend tramite l'api graphql di parse soluzione utilizzando l'api graphql di parse, puoi autenticare un utente registrato semplicemente inviando il sessiontoken sessiontoken (che potresti aver acquisito registrandoti tramite https //www back4app com/docs/parse graphql/graphql sign up o https //www back4app com/docs/parse graphql/graphql login di questo utente) tramite l'header x parse session token x parse session token questo header può essere inviato in qualsiasi operazione e farà sì che questa operazione venga eseguita nel comportamento dell'utente autenticato l' x parse session token x parse session token può essere facilmente impostato nel playground graphql del dashboard di parse tramite l'opzione http headers http headers nella parte inferiore sinistra di questo strumento