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

https://github.com/ruffrey/simple-google-express-auth

Super easy and quick Google authentication for your express app.
https://github.com/ruffrey/simple-google-express-auth

Last synced: 8 days ago
JSON representation

Super easy and quick Google authentication for your express app.

Awesome Lists containing this project

README

          

# Google auth in express, super easy

## Usage
First edit `google-config.js` and `users.json` to fit your express app.

. . .

var GoogleAuth = require('simple-google-express-auth');
var AuthCheck = GoogleAuth(app);

app.all('/admin*', AuthCheck);