Skip to content

Mikewa33/server-auth

Repository files navigation

server-auth

Mircoservice Server side in Node.js for creating and authorizing users using mongodb. With test written in mocha To use full functionality create a config.js and fill in

module.exports = {
  secret: '####',
  gemail: 'youremail',
  gpassword: 'thatEmailPassword',
  wrong_secret: "TestBS"
}

Currently being updated to a modern node.js and extra jwt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published