Skip to content

Instantly share code, notes, and snippets.

@coryhouse
Last active August 23, 2021 01:53
Show Gist options
  • Save coryhouse/cec91ea33f950dfdf7b76569f9f7a239 to your computer and use it in GitHub Desktop.
Save coryhouse/cec91ea33f950dfdf7b76569f9f7a239 to your computer and use it in GitHub Desktop.
Dependencies for React Auth0 on Pluralsight - Last Updated 7/15/2020
npm install auth0-js@9.13.4 auth0-lock@11.25.1 express@4.17.1 express-jwt@5.3.1 express-jwt-authz@1.0.0 jwks-rsa@1.3.0 npm-run-all@4.1.5 react-router-dom@5.2.0
@coryhouse
Copy link
Author

coryhouse commented Sep 30, 2018

So what do these packages do?

Package Description
auth0-js Auth0 client side library
auth0-lock Auth0 embedded lock widget
express Quickly create APIs in Node
express-jwt Validate JWTs
express-jwt-authz Validate JWT scopes
jwks-rsa Generate RSA keys for JWTs
npm-run-all Run npm scripts in parallel
react-router-dom Routing for React

@pablotdv
Copy link

pablotdv commented Sep 7, 2020

Good job with this gist.
Makes the course easier to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment