Skip to content
Jeff Holcombe edited this page Aug 28, 2017 · 1 revision

Introduction

The main features for this project are as follows:

  • Simple API using Hapi / Joi
  • Authorization and user creation using Oauth2 verification w/ server-client key to generate JWTs
  • Gulp only build dependency (some exceptions.? but using gulp plugins where available)

Use case

Overview

The main use for this app is to serve as a back-end supporting API for a desktop / mobile app. The Oauth login will occur in the native app, and the bearer token sent in to the /auth endpoint. The /auth endpoint will then call the Oauth service to verify that authorization was given to the server-client. If so, a token is generated for all future requests.

Clone this wiki locally