Role Based-Access Control on Signup?

Hi @chu08888,

You can add roles to users when they sign up by using a rule. Rules are javascript functions that run after a user logs in.

Here’s an FAQ that shows you how to add a default role: How do I add a default role to a new user on first login?

You can just add the role to certain users by checking an array of users like in this example: Auth0 IP Addresses for Allow Lists