Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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/
https://github.com/maoberlehner/implementing-an-authentication-flow-with-passport-and-netlify-functions

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Implementing an Authentication Flow with Passport and Netlify Functions

[![Patreon](https://img.shields.io/badge/patreon-donate-blue.svg)](https://www.patreon.com/maoberlehner)
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://paypal.me/maoberlehner)

This is an example project for the following article: [Implementing an Authentication Flow with Passport and Netlify Functions](https://markus.oberlehner.net/blog/implementing-an-authentication-flow-with-passport-and-netlify-functions/)

## Build Setup

```bash
# 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