Skip to content

Smart-Pot/Authentication-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication Service

Login

  • path: /auth/login

  • method : POST

  • params:

    • body:

      {
          "email":String,
          "password":String
      }
  • returns:

    {
        "token": String,
        "success": Number,
        "message": String
    }

Signup

  • path: auth/signup

  • method: POST

  • params:

    • body:

      {
          "firstname":String,
          "lastname" : String,
          "password" : String,
          "email" : String,
      }
  • returns:

    {
        "success": Number,
        "message": String
    }

About

a microservice for Authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •