Skip to content

Is token login /3rd party auth possible with the horizon theme? #61

Answered by rodrigoddalmeida
cheningD asked this question in Help
Discussion options

You must be logged in to vote

You should be able to use the generated password_token by changing the loginAccount mutation to:

mutation login($email: String, $passwordToken: String) {
  loginAccount(email: $email, passwordToken: $passwordToken) {
    success
  }
}

Replies: 1 comment 1 reply

Comment options

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

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