Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate mutations and queries that required a redirect #187

Merged
merged 1 commit into from
Jun 7, 2021

Conversation

mcelicalderon
Copy link
Member

Deprecated all queries that required a controller redirect in favor of the new alternatives:

  • sign_up -> register
  • resend_confirmation -> resend_confirmation_with_token
  • confirm_account -> new flow doesn't require this query
  • check_password_token -> new flow doesn't require this query

@mcelicalderon mcelicalderon force-pushed the deprecate-redirect-queries-mutations branch from 1dd3877 to 40ad103 Compare June 7, 2021 00:38
@mcelicalderon mcelicalderon merged commit ea64b98 into master Jun 7, 2021
@mcelicalderon mcelicalderon deleted the deprecate-redirect-queries-mutations branch June 7, 2021 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant