Skip to content

Can you explain how to use session id and tokens ? #1144

Answered by pradel
brightchip asked this question in Q&A
Discussion options

You must be logged in to vote
  • access_token_secret is only used by the oauth package where you need to send an access token and an access token secret coming from twitter for example
  • "How do I disable some mutations like: impersonate ?" - it's not enabled by default so if a user try to call it, it will never work.
  • "I'm wondering how do I resume login ? Like auto login the user with the tokens and session id after user logged in before" - you need to use the returned access token and pass it as a value for an Authorisation header along with your request

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@brightchip
Comment options

Answer selected by pradel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants