MCPcopy Index your code
hub / github.com/auth0-samples/auth0-react-samples

github.com/auth0-samples/auth0-react-samples @auth0js-9.10.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release auth0js-9.10.4 ↗ · + Follow
148 symbols 277 edges 51 files 0 documented · 0% updated 8d agoauth0-spa-js-1.10 · 2020-06-29★ 9482 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Auth0 React Samples

CircleCI

These samples demonstrate how to add authentication to a React application with Auth0. Each folder contains a distinct application so that various Auth0 features can be viewed in isolation. You can read about these examples in our React Quickstart.

Embedded Integration Samples

These samples use Auth0's Universal Login which offers the fastest, most secure, and most feature-rich way to add authentication to your app.

For samples which demonstrate how to embed the Lock widget or a custom login form directly into your application, see the embedded-login branch.

What is Auth0?

Auth0 helps you to:

  • Add authentication with multiple authentication sources, either social like Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, among others, or enterprise identity systems like Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider.
  • Add authentication through more traditional username/password databases.
  • Add support for linking different user accounts with the same user.
  • Support for generating signed Json Web Tokens to call your APIs and flow the user identity securely.
  • Analytics of how, when and where users are logging in.
  • Pull data from other sources and add it to the user profile, through JavaScript rules.

Create a Free Auth0 Account

  1. Go to Auth0 and click Sign Up.
  2. Use Google, GitHub or Microsoft Account to login.

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.

Author

Auth0

License

This project is licensed under the MIT license. See the LICENSE file for more info.

Core symbols most depended-on inside this repo

makeMainRoutes
called by 5
05-Token-Renewal/src/routes.js
isAuthenticated
called by 3
04-Authorization/src/Auth/Auth.js
setSession
called by 2
04-Authorization/src/Auth/Auth.js
logout
called by 2
04-Authorization/src/Auth/Auth.js
setSession
called by 2
05-Token-Renewal/src/Auth/Auth.js
logout
called by 2
05-Token-Renewal/src/Auth/Auth.js
scheduleRenewal
called by 2
05-Token-Renewal/src/Auth/Auth.js
login
called by 2
01-Login/src/Auth/Auth.js

Shape

Method 69
Class 43
Function 36

Languages

TypeScript100%

Modules by API surface

05-Token-Renewal/src/Auth/Auth.js14 symbols
04-Authorization/src/Auth/Auth.js13 symbols
03-Calling-an-API/src/Auth/Auth.js12 symbols
02-User-Profile/src/Auth/Auth.js12 symbols
01-Login/src/Auth/Auth.js11 symbols
05-Token-Renewal/src/App.js6 symbols
04-Authorization/src/App.js5 symbols
04-Authorization/src/Admin/Admin.js5 symbols
03-Calling-an-API/src/App.js5 symbols
02-User-Profile/src/App.js5 symbols
01-Login/src/App.js5 symbols
05-Token-Renewal/src/Profile/Profile.js4 symbols

For agents

$ claude mcp add auth0-react-samples \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page