How do I use the token generated by the Google auth?
I am using Refine with built in Google authorization process. I would like to use the token, because I see that in the "utils" folder there is the json parser. How can I use that token for access purposes, authenticate users and let them use some routes or use the token? I am using MongoDB as my database.
