vprankul0306 / api-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auth API

An API to authenticate a user

API Reference

Login

    POST /api/auth/login

Signup

    POST /api/auth/signup

Logout

    POST /api/auth/logout

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MONGO_URI

PORT

JWT_SECRET

About


Languages

Language:JavaScript 100.0%