Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.1 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.1 KB

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.