https://github.com/kisshan13/authxyz
A robust authentication library for express.js
https://github.com/kisshan13/authxyz
authentication express express-authorizations google-auth jwt mail nodemailer sessions
Last synced: 4 months ago
JSON representation
A robust authentication library for express.js
- Host: GitHub
- URL: https://github.com/kisshan13/authxyz
- Owner: kisshan13
- License: mit
- Created: 2024-03-08T20:13:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T03:45:43.000Z (over 1 year ago)
- Last Synced: 2025-10-26T19:54:40.085Z (8 months ago)
- Topics: authentication, express, express-authorizations, google-auth, jwt, mail, nodemailer, sessions
- Language: TypeScript
- Homepage:
- Size: 808 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

#
**authxyz** an authentication library for express.js which supports local authentication as well as third party authentication with RBAC built-in . [See Documentation](https://authenticjs.com)
## Features
- Local Login - Email / Password
- Google Login
- Discord Login
- Role Based Access Control (RBAC)
## Packages
- Auth Providers
- [@authxyz/provider-local]("https://authxyz.com/docs/providers/local") Auth lib for local authentication
- [@authxyz/provider-google]("https://authxyz.com/docs/providers/google") Auth lib for google authentication
- [@authxyz/provider-discord]("https://authxyz.com/docs/providers/discord") Auth lib for discord authentication
- Database Adapters
- [@authxyz/adpater-mongodb]("https://authxyz.com/docs/adapters/mongodb") MongoDB Database Adapter
- Developers
- [@authxyz/core]("https://authxyz.com/docs/developers") Core library in which all providers and authentication built.