Skip to content

Commit

Permalink
fix: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kamarthiparamesh committed Dec 5, 2023
1 parent 5865415 commit fb74c55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A paradigm shift in the registration and sign-in process, Affinidi Login is a ga

# @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.
@affinidi/passport-affinidi is a powerful module for authenticating users with `Affinidi Login` using the OIDC 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.

This provider simplifies the process by creating an Affinidi OpenID client and registering two essential routes:

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@affinidi/passport-affinidi",
"version": "1.0.2",
"description": "Affinidi (OAuth 2.0) authentication provider using passport and open-connect",
"description": "Affinidi OIDC Provider using passport and open-connect",
"author": "affinidi.com",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -22,7 +22,9 @@
"auth",
"openid-connect",
"authentication",
"identity"
"identity",
"OIDC",
"OID4VP"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit fb74c55

Please sign in to comment.