Skip to content

Files

Latest commit

6de3b87 · Sep 6, 2023

History

History
13 lines (9 loc) · 343 Bytes

File metadata and controls

13 lines (9 loc) · 343 Bytes

fastify-session authentication example

This example shows how to do authentication with fastify-session.

This project can simply run by:

cd fastify-session-authentication
npm install
npm start

Then open http://localhost:3000/login in your browser and use the abcdef password to login.