Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1000 Bytes

File metadata and controls

36 lines (24 loc) · 1000 Bytes

Implementing an Authentication Flow with Passport and Netlify Functions

Patreon Donate

This is an example project for the following article: Implementing an Authentication Flow with Passport and Netlify Functions

Build Setup

# Install dependencies.
npm install

# Set up Netlify Dev.
npx netlify login

# Serve the client application with hot reload.
npm run serve

# Build the client application for production with minification.
npm run build

About

Author

Markus Oberlehner
Website: https://markus.oberlehner.net
Twitter: https://twitter.com/MaOberlehner
PayPal.me: https://paypal.me/maoberlehner
Patreon: https://www.patreon.com/maoberlehner

License

MIT