Storing authenticated twitter client #450
LouieChen24
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After completing the 3-legged-oauth process, I've created a new twitter Client using the login(oauth_verifier) method.
How can I save this client throughout the session of a user so I can access it throughout different Express endpoints? It seems that if I save it to req.session I have to reauthenticate/login to the client each time.
Outputs
Session in redirect outputs
Beta Was this translation helpful? Give feedback.
All reactions