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 …
By:Mark DrummondNot to be confused with my authzero
command line
interface, this repo contains general
purpose python scripts for
interfacing with the Auth0 Management
API.
I started work on a command line interface for the Auth0 Management API. The tool is built with TypeScript, oclif, node.js, and Auth0's node-auth0 SDK.
$ authzero --help
Auth0 Command Line Interface
VERSION
authzero/0.0.0 darwin-x64 node-v11.6.0
USAGE
$ authzero [COMMAND]
COMMANDS
client Get client …