Coder Social home page Coder Social logo

agilehead / border-patrol Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jeswin/border-patrol

0.0 1.0 0.0 499 KB

Open Source OAuth Consumer which issues JWT Tokens

License: MIT License

Shell 0.14% JavaScript 8.97% TypeScript 82.66% TSQL 8.23%

border-patrol's Introduction

Border Patrol

NOTE: This README is incomplete.

A service which does oauth authentication and issues a JWT.

Installation

  1. Install via npm.
npm i -g border-patrol
  1. Create a postgres database and create the tables with scripts found under the 'db' directory.

Running

You'd use something like this.

border-patrol -p 8080 -c /path/to/your/config

An example directory containing config files (which are JS files) can be found under the 'example-config' directory. This is where you specify database connection strings, jwt and oauth keys etc.

Authenticating

Send the browser to {YOUR_DOMAIN}/authenticate/{OAUTH_SERVICE}?success=SOME_URL&newuser=OTHER_URL. For example: www.example.com/authenticate/github?success=example.com/success&newuser=example.com/newuser. The page will redirect to example.com/success if the authenticated user is found in the database, and to example.com/newuser if the authenticated user is not found in the database.

Key Value Store

Border Patrol can also store key value pairs for authenticated users. Users possessing a valid JWT can do so by posting to 'key', 'value' and 'tags' fields to /me/kvstore.

Check if a user id exists

To check if some-id exists in the database, do an HTTP GET to /user-ids/some-id.

border-patrol's People

Contributors

jeswin avatar

Watchers

James Cloos 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.