Authentication
"Magic Link" User Authentication
POST /user HTTP/1.1
Content-Type: application/json
Host: graphql.mindfulcms.com
{"query":"mutation { sendUserLoginLink(email: \"[email protected]\")"}
POST /user HTTP/1.1
Content-Type: application/json
Host: graphql.mindfulcms.com
{"query":"mutation { loginUserFromLink (loginLinkToken: \"<token-from-magic-link>\") { value }"}
"M2M" Machine Authentication
"Company" Authentication
Last updated