A demonstration of
1.
credential-free authentication powered by an integrated solution of Circle and Auth0;
2.
escalation to Circle-of-Trust human-in-the-loop distributed identity verification + authentication.
It is a single application page that uses Node.js/Express for the backend and HTML with JS for the frontend. Circle Service (Circle REST API) handles the entire authentication process and securely stores the access/refresh token. Before trying the demo, please see:
The demo application performs the following functions:
1.
check if the Circle Service is running and connects to it;
2.
check if an Auth0 Refresh Token is stored in Circle Service and perform the login process by requesting the Access Token from Auth0;
3.
redirects the user on the first login and store the Refresh Token securely;
4.
display the authenticated user information (via JWT).
Try the DemoOther Related Links