Artemas-Muzanenhamo / mean-auth-app

This is an application built with a MEAN stack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEAN-Auth-App

MEAN-Stack

About

This is a simple application that allows users to use it provided they are authenticated. This application is built with the MEAN stack.

Modules

Express     - Web application framework for Node.js.
Mongoose    - Object Document Mapper to work with MongoDB.
Bcryptjs   - Lib to help you hash passwords.
CORS        - Module to allow applications to make requests on different port.
JWT         - A string representing a set of claims as a JSON object that is 
              encoded in a JWS or JWE, enabling the claims to be digitally
              signed or MACed and/or encrypted.
Passport    - Simple, unobtrusive authentication for Node.js.
Passport-JWT- Passport authentication strategy using JSON Web Tokens

About

This is an application built with a MEAN stack.


Languages

Language:JavaScript 100.0%