Hi, I set up an application that use oauth to access gmail info. The application is only using the access token to make api calls from google and not to authenticate the user. I am having trouble keeping the access token persistent through routes defined in different files. Should i use server side memory storage ? I am not sure since i dont want to have a login mechanism. Does someone have an app that only use oauth for api calls and not for handling user login/sign-in. If yes how do you handle the access token through the node js application ? Thank you for reading :)
Submitted August 05, 2019 at 03:01AM by Xeliize
No comments:
Post a Comment