I enabled auth0 but i cannot see the users,is ther...
# prisma-whats-new
j
I enabled auth0 but i cannot see the users,is there any required step I’m missing?
n
@jaga_santagostino the integration doesn't sync your Auth0 users over, it just allows you to use
createUser
mutation to create new users with a token that is valid for your Auth0 account
j
ok is just an import to a separate system manged by you then
but can use auth0 webhook and mutation callback to “soft” sync
n
what you can do is generate idtokens for all your users and run a script that calls the
createUser
mutation with these tokens: https://auth0.com/docs/tokens/id-token