Giter VIP home page Giter VIP logo

simplegithubauthentication's Introduction

SimpleGithubAuthentication

Github authentication flow made easy

Demo

Click here to view the demo

Description

To perform Github operation, you need an authToken. This can be a personal token from your Github account, or an authToken optained by authenticating with an app. This repo provides a server code for simplifying the workflow.

Setup

  1. Register a new Github app
  2. Take note of the app_id, client_id / client_secret
  3. Setup this package on a Node.js server
  4. Pre-fill with the appID, client ID and secret from environment variables.
  5. Get the callbackUrl and fill it in your Github app.
  6. Use the loginUrl to request the login.
  7. You will be taken to the Github authentication, where a login window will popup asking to authorize your app.
  8. You will be taken to the "callback_url" you chose, with the authToken passed as query parameters.

Login

Use the login URL. It should be something like: "https:///github/login/<app_id>?callback=<your-callback_url>

Registering new apps in the server

The server allows registering new apps with client_id / client_secret on the fly. This is mainly for testing purposes, but it can also be useful if you want a Github server responsible for authenticating multiple apps.

simplegithubauthentication's People

Contributors

jacklehamster avatar leobenkel avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.