Auth0 Flask Tools
Posted on February 06, 2019 in Software Development
Another Auth0 project, this time using Flask and the Auth0
python SDK. First up: build my own interface for managing
users in an Auth0 hosted user
database. The main reason for doing this is to expose user_metadata
and
app_metadata
for editing by an authorized user.
You can edit metadata in …
Continue reading