Skip to content

d0rianb/node-auth-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node authentification system

node-auth-system is a npm logger library for NodeJS

This project is part of the vener.fr project, to handle authentification of the server (express).

Installation

To install the package, just run :

npm install --save @dorianb/...

Then in the client file :

// To be defined, unclear for now

In the server file :

const auth = require('./src/auth')
const app = require('express')()

app.use('/auth', auth.AuthSystem.handdleRoute)

2020 © Dorian Beauchesne

About

An authentification server-side system for NodeJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published