Skip to content

kisshan13/authxyz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

authxyz an authentication library for express.js which supports local authentication as well as third party authentication with RBAC built-in . See Documentation

Features

  • Local Login - Email / Password
  • Google Login
  • Discord Login
  • Role Based Access Control (RBAC)

Packages

  • Auth Providers

    • @authxyz/provider-local Auth lib for local authentication
    • @authxyz/provider-google Auth lib for google authentication
    • @authxyz/provider-discord Auth lib for discord authentication
  • Database Adapters

    • @authxyz/adpater-mongodb MongoDB Database Adapter
  • Developers

    • @authxyz/core Core library in which all providers and authentication built.