Welcome to the Chronon OpenID Preview Page
This page serves as a demonstration of how authentication looks like with Chronon OpenID.
Section 1: General Overview
OAuth or OpenID based logins simplified the Authentication and Authorisation.
Existing Providers Generally Covers -
1. user Id/ password based login (too many ID/password to remember)
2. email link (magic link) activation based login (is the link contained SPAM)
3. authorised with providers ( why I’d need to share Google/github’s access for a small app)
No Worries, chronon OpenID validate the user with OTP and share the email/mobile through
which user
is
validated, and shared a id token to the service provider
When as a developer/service provider authenticating your user’s Genuineness and validity matters. And that
too the users
are very normal Internet user . It’s easy to authenticate them with OTP via email or mobile.
This OpenID provider will address this challenges or enable the session management for apis like
nextAuth/Auth.js
Section 2: API Documentation
- Available Endpoints: /authorize and /token , sample responses are available
here
- Well-known:Supports the Well-known. Details can be found here
- Available Provider: Next Auth Provider details and sample implementation details -
Link
will be updated
Section 3: Experience the Preview