Giter Site home page Giter Site logo

gohighlevel-auth-service's Introduction

Go High Level Auth Microservice

This is a simple auth microservice built with Node.js, Express.js, MongoDB, and services are authorized with JSON Web Token (JWT). Auth service is to suthenticate and authorize a user.

Requirements

  • Node.js and npm
  • MongoDB

Installation

  • Clone repository git clone https://github.com/aksaxena1991/gohighlevel-auth-service.git

  • Install dependencies cd gohighlevel-auth-service npm install

  • Create a [.env] file in the root directory of the project, and add the following environment variables: PORT=3000 MONGODB_URI=mongodb://localhost:27017/authService JWT_SECRET=goHighLevel

  • Start server npm run start

Usage

Features

The customer wallet application has the following features:

  • Login User: Login a user with email and password. Session will be created.
  • Create User: User will be created with email and password.
  • Logout User: Current user will be expired.

gohighlevel-auth-service's People

Contributors

asseph avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.