vtcaregorodtcev / conv-faceid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passport.js Example

This example show how to use Passport.js with Next.js. The example features cookie based authentication with username and password.

The example shows how to do a login, signup and logout; and to get the user info using a hook with SWR.

A DB is not included. You can use any db you want and add it here.

The login cookie is httpOnly, meaning it can only be accessed by the API, and it's encrypted using @hapi/iron for more security.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-passport with-passport-app
# or
yarn create next-app --example with-passport with-passport-app

Deploy it to the cloud with Vercel (Documentation).

About


Languages

Language:JavaScript 100.0%