Skip to content

haelp-dev/auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@haelp/auth

This is a simple authentication library.

Installation

Use the package manager npm to install @haelp/auth.

npm install @haelp/auth

Usage

import { Auth } from '@haelp/auth';

const auth = new Auth({
	domain: ".example.com",
	database: {
		uri: process.env.MONGODB_URI,
	},
	jwt: {
		secret: process.env.JWT_SECRET,
	}
});

License

MIT

About

An easy to use, lightweight, hands-off authentication library for the modern web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published