Auth0-lock react native deprecated -
const createuser = gql` mutation ($idtoken: string!) { createuser(authprovider: { auth0: {idtoken: $idtoken}}) { id } } `
https://github.com/auth0/react-native-lock can not enter idtoken because library deprecated. how id token
Comments
Post a Comment