Skip to content

Latest commit

 

History

History

fastify-session-authentication

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.