https://github.com/rgxdev/auth-api
An Typescript Express Authentication Service API with user management and more
https://github.com/rgxdev/auth-api
api api-rest auth authentication authorization express expressjs typescript user
Last synced: 17 days ago
JSON representation
An Typescript Express Authentication Service API with user management and more
- Host: GitHub
- URL: https://github.com/rgxdev/auth-api
- Owner: rgxdev
- License: mit
- Created: 2025-02-26T18:32:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T20:40:17.000Z (over 1 year ago)
- Last Synced: 2025-03-14T23:43:08.275Z (over 1 year ago)
- Topics: api, api-rest, auth, authentication, authorization, express, expressjs, typescript, user
- Language: TypeScript
- Homepage: https://d-aaron.dev
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Authentication Rest Api π
Welcome to my public GitHub repository! This project is built with passion and is open for collaboration. Enjoy exploring the code, contributing, and using it in your projects. π
## Table of Contents
- [About](#about)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [Bug Reports & Feature Requests](#bug-reports--feature-requests)
- [License](#license)
- [Contact](#contact)
## About
This Authentication API is a secure, RESTful solution for user registration, login, and management. It includes essential features such as password reset, two-factor authentication (2FA), and single sign-on (SSO) to ensure robust and user-friendly authentication.
## Installation
Follow these steps to get started:
```bash
git clone https://github.com/yourusername/your-repo.git
cd your-repo
npm install
```
## Usage
Start the application with:
```bash
npm start
```
Then open your browser and visit http://localhost:3000 (or your configured port) to see the project in action.
## Contributing
Contributions are very welcome! Hereβs how you can help:
Fork the repository π΄
Create a feature branch for your changes
Commit your changes with clear commit messages
Open a pull request detailing your changes
Bug Reports & Feature Requests
If you find a bug or have a feature request, please create an issue in this repository. Your feedback is crucial to making this project better! πβ¨
## License
This project is licensed under the MIT License. See the LICENSE file for details. π
## Contact
For more information, visit my [personal site](https://d-aaron.dev). Feel free to reach out if you have any questions or just want to say hi! π
Thank you for checking out this project! Happy coding! π