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

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -