with-passport-and-next-connect

на сайте с March 23, 2023 17:41
This example creates a basic CRUD app using next-connect and cookie-based authentication with Passport.js. The cookie is securely encrypted using @hapi/iron. The example shows how to do a sign up, login, logout, and account deactivation. It utilizes SWR to fetch the API. For demo purpose, the users database is stored in the cookie session. You need to replace it with an actual database to store users in db.js.