Is it possible to verify authorization token on my...
# prisma-whats-new
i
Is it possible to verify authorization token on my server without making query to user?
n
@ilija_nl can you elaborate on your use case here? you could easily build other queries/mutations that accomplish what you want, but I think these approaches would be more involved than the
user
query
i
My use case is that i want to use graphcool with some other microservices. Therefore i create a own graphql server which consumes graphcool api and the other microservices to create a more complex graphql graph. Since I want to use graphcool for user authentication with combination with some microservices which requires the user to be logged in. Therefore i want to validate the token on my own graphql server so i don't need to make any extra call to the graphcool.