Skip to content

Latest commit

 

History

History
 
 

users-stats

Collection Stats and Managing Users

These are some Deno scripts to use the management api. Currently it gets a token and makes a call to the users endpoint to retrieve data and identify unverified emails.

Prerequisites

  • Rename env.example to .env and fill in the blanks. Needs an application on auth0.com with access to the users management.
  • install Deno
  • install Velociraptor

Current used Deno and Velociraptor versions are:

$ deno --version
> deno 1.0.2
> v8 8.4.300
> typescript 3.9.2


$ vr help
> Version: v1.0.0-beta.8

Usage

Get a token

vr run token

run the script

vr run start