joseluisdiaz / hol-verifier-auth0

Hands On Lab: Auth0 as Verifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

banner

Auth0 Lab Hands on Lab: Auth0 as verifier

This repo is for a hands-on lab, found TODO.

The final completed version of this lab is available in the end-state branch of this repo

⚠️ This is a PROOF OF CONCEPT experimental library meant to support the learning of verifiable credentials and has not had a complete security review. As we learn and iterate, please be aware that releases may contain breaking changes.

Local Verification

If you would like to see a version of this app using local verification, without Auth0, please checkout this repo: auth0-lab/hol-verifier-local

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.

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. This is an Auth0 Lab Experiment, it may not get updated.


Author

Auth0Lab - The experimentation arm of Auth0.


About

Hands On Lab: Auth0 as Verifier

License:Apache License 2.0


Languages

Language:JavaScript 68.6%Language:CSS 31.4%