ea-git

1.0.8 • Public • Published

ea-git

see also https://www.npmjs.com/package/ea-session-storage

npm install --save ea-git

Setup environment variables:

GITHUB_CLIENT_ID

GITHUB_CLIENT_SECRET

Usage with express

var http = require('http');
var express = require('express');
var git = require('ea-git');
 
var app=express();
var PORT=3000;
 
//bind to some route, providing a session secret, and cookie expiration date
app.use('/github', git({sessionSecret:'hello kitty',expireDays:90}));
 
//start server 
http.createServer(app).listen(PORT);

In the browser

<!-- Get (automatically generated) Client API -->
<a href="http://localhost:3000/github/login">github login</a>

Dependents (0)

Package Sidebar

Install

npm i ea-git

Weekly Downloads

0

Version

1.0.8

License

MIT

Unpacked Size

27.6 kB

Total Files

14

Last publish

Collaborators

  • hagb4rd