Sign up logic questions
Hey guys, i'm in the process of setting up the sign up logic and have a couple questions:
1. Is it possible to have the same ID as users created through my api?
2. I don't understand why
role
is being sent as a field, from what I've read of the docs, the User model has the role
field1 Reply
For 1. i suppose I could just use my regular api
createUser
endpoint, presumably that's ok to do? Or will that mess with the session?