maoberlehner / implementing-an-authentication-flow-with-passport-and-netlify-functions

This is an example project for the following article: https://markus.oberlehner.net/blog/implementing-an-authentication-flow-with-passport-and-netlify-functions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is an example project for the following article: https://markus.oberlehner.net/blog/implementing-an-authentication-flow-with-passport-and-netlify-functions/


Languages

Language:JavaScript 55.5%Language:Vue 22.5%Language:CSS 15.6%Language:HTML 6.4%