Skip to content

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages