Skip to content

Commit

Permalink
Merge pull request #1353 from AlfiyaSiddique/passportjs
Browse files Browse the repository at this point in the history
Add Passportjs
  • Loading branch information
k-deepak04 authored Jul 22, 2023
2 parents 7dc48a0 + ca3ab29 commit be588ab
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion database/backend/authentication.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,12 @@
"url": "https://appwrite.io/docs/authentication",
"category": "backend",
"subcategory": "authentication"
},
{
"name": "Passport Authentication",
"description": "Passport is authentication middleware for Node.js. Extremely flexible and modular, this tool can be unobtrusively dropped in to any Express-based web application. It also provides a comprehensive set of support authentication strategies for usernames, passwords, Facebook, Twitter, and more.",
"url": "https://www.passportjs.org/",
"category": "backend",
"subcategory": "authentication"
}
]
]

1 comment on commit be588ab

@vercel
Copy link

@vercel vercel bot commented on be588ab Jul 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.