Giter Club home page Giter Club logo

auth0's Introduction

Auth0 Tenant Client/Application API

Requirements

  • Node (ver 14 recommended)
  • Axios
  • npm
  • yarn (recomended)

Technologies

Enable Slash Commands in the Salck App configuration including the CRUD commands: Create, Retrieve, Update, Delete. You will need your own API URL Endpoint for this (you can get it once you start the server... see following information about Dev Setup)

Project Structure

  • app.js contains the primary Bolt app. It imports the Bolt package (@slack/bolt) and starts the Bolt app's server. It's where you'll add your app's listeners.
  • .env is where you'll put your Slack app's authorization token and signing secret.

Dev SetUp

  • You need Auth0 Account and Slack Account (Free account are enough)
  • YOu need to create an Slack App using the Slack API
  • Clone repository
  • Update the values in the .env file using your own tokens
SLACK_BOT_TOKEN=<SLACK_BOT_TOKEN>
SLACK_SIGNING_SECRET=<SLACK_SECRET>
API_URL=<YOUR_API_URL>
MGMT_API_ACCESS_TOKEN=<YOUR_AUTH0_TOKEN>
  • Install packages by running the following command:
yarn install
  • Start the server.

You can use glitch which is very friendly. However you will need to copy the code manually to glitch's IDE

auth0's People

Contributors

djperezh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.