Skip to content

Commit

Permalink
Add Passportjs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfiyaSiddique committed Jul 19, 2023
1 parent 4311806 commit f7c7c6c
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, Passport can be unobtrusively dropped in to any Express-based web application. A comprehensive set of strategies support authentication using a username and password, Facebook, Twitter, and more.",
"url": "https://www.passportjs.org/",
"category": "backend",
"subcategory": "authentication"
}
]
]

0 comments on commit f7c7c6c

Please sign in to comment.