Tag: auth0


  1. Auth0 Flask Tools

    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 Drummond
    On:Wed 06 February 2019
    In:Posts

  2. Auth0 Command Line Utilities

    Not to be confused with my authzero command line interface, this repo contains general purpose python scripts for interfacing with the Auth0 Management API.

    By:Mark Drummond
    On:Mon 14 January 2019
    In:Posts

  3. authzero - A CLI for 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 …
    By:Mark Drummond
    On:Mon 14 January 2019
    In:Posts