Skip to content

GraphQL: verifyEmail with emailed token #7028

Open
@MichaelJCole

Description

@MichaelJCole

New Issue Checklist

Issue Description

This REST endpoint to handle email verification links doesn't seem to have a matching GraphQL mutation

Steps to reproduce

Read the docs, spend a few days getting logins to work using GraphQL.

Actual Outcome

Complete the job with a REST endpoint :-)

Expected Outcome

A complete GraphQL API for managing users, w/o the need for the /parse REST API. Maybe there's a reason for this I don't understand.

Environment

"resolutions": {
"graphql": "^14.7.0"
},
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"graphql": "^14.7.0",
"graphql-tag": "^2.11.0",
"nodemon": "^2.0.6",
"parse-server": "^4.4.0",
"parse-server-aws-ses": "^1.0.0"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions