Skip to content

Simple authentication REST API using Basic auth and JWT

Notifications You must be signed in to change notification settings

jiri-vyc/express-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • node
  • npm
  • typescript

Install

  • npm install

  • npm run build

Run

npm start

Application is running on port 3000 or on port specified in PORT env variable.

Logging

Using debug module, logging as express-authentication. Set DEBUG env variable to see logs - for example as express-authentication or express-authentication*. Mode at https://www.npmjs.com/package/debug

Test

npm test

About

Simple authentication REST API using Basic auth and JWT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published