Skip to content
/ auth Public template

Boilerplate service to handle authentication in web apps.

License

Notifications You must be signed in to change notification settings

grevych/auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth

Boilerplate service to handle authentication in web apps.

Setup

Requirements

Install nodejs + yarn:

$ brew install nodeenv

# Node Version X.Y
$ nodeenv /path/to/your/envs/node
$ source /path/to/your/envs/node/bin/activate
$ cd /path/to/waitress/repo/path

$ npm install

Config files

Test

$ yarn test-unit
$ yarn --silent run test-path path/to/file

Run

$ npm start

About

Boilerplate service to handle authentication in web apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published