Tool to export AspNet Identity Users & Roles to Auth0 platform.
-
Prepare csv files and place inside
data
dir (check the templates). -
Create a
.env
file with your Auth0 credentials. -
Run the script
# export users
python main.py --users
# export roles
python main.py --roles