From 58654159f53be0a727c1715e8e2a7622b06b6616 Mon Sep 17 00:00:00 2001 From: Paramesh Kamarthi Date: Tue, 5 Dec 2023 11:13:33 +0530 Subject: [PATCH] fix: updated readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e024a3c..627c987 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +# Overview + +**AUGMENT EXPERIENCES WITH A SAFER, SIMPLER AND MORE PRIVATE WAY TO LOGIN** + +A paradigm shift in the registration and sign-in process, Affinidi Login is a game-changing solution for developers. With our revolutionary passwordless authentication solution your user's first sign-in doubles as their registration, and all the necessary data for onboarding can be requested during this streamlined sign-in/signup process. End users are in full control, ensuring that they consent to the information shared in a transparent and user-friendly manner. This streamlined approach empowers developers to create efficient user experiences with data integrity, enhanced security and privacy, and ensures compatibility with industry standards. + +| Passwordless Authentication | Decentralised Identity Management | Uses Latest Standards | +|---|---|---| +| Offers a secure and user-friendly alternative to traditional password-based authentication by eliminating passwords and thus removing the vulnerability to password-related attacks such as phishing and credential stuffing. | Leverages OID4VP to enable users to control their data and digital identity, selectively share their credentials and authenticate themselves across multiple platforms and devices without relying on a centralised identity provider. | Utilises OID4VP to enhance security of the authentication process by verifying user authenticity without the need for direct communication with the provider, reducing risk of tampering and ensuring data integrity. | + # @affinidi/passport-affinidi @affinidi/passport-affinidi is a powerful module for authenticating users with `Affinidi Login` using the OAuth 2.0 Code Grant flow. This strategy seamlessly integrates `Affinidi Login` into your Node.js applications. By leveraging Passport, you can effortlessly incorporate Affinidi authentication into any application or framework that supports Connect-style middleware, including Express.