Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 371 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 371 Bytes

Node Auth Microserver

Description

Simple microserver implementing token-based authentication.

In my opinion it is not purely OAuth, but it works as expected :)

Warning

Not ready for production, a few tweaks would be required to enable production use.

Technologies

  • nodejs/babel(esnext)/eslint(standard)
  • express
  • passportjs
  • oauth2orize
  • sequelize