Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zheng-bote/nest_authentication_server
Nest.js Authentication Server with 2FA and Social Logins
https://github.com/zheng-bote/nest_authentication_server
Last synced: 22 days ago
JSON representation
Nest.js Authentication Server with 2FA and Social Logins
- Host: GitHub
- URL: https://github.com/zheng-bote/nest_authentication_server
- Owner: Zheng-Bote
- Created: 2024-06-02T12:17:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T13:06:28.000Z (6 months ago)
- Last Synced: 2024-10-04T06:41:13.421Z (about 1 month ago)
- Language: TypeScript
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nest.js Authentication Server
Table of Contents
- Brief
- Description
- Author
- Source
- Dependencies
- Syntax
- Examples
- Returns
- Setup
- example scenario
- History
- Contributing
- Contact
#### BRIEF
Authentication server with 2FA and Social Logins### VERSION
1.0.0### Status
![ops](https://img.shields.io/badge/Status-usable-green)
![dev](https://img.shields.io/badge/Info-limited_functionality-yellow)
**Still under development**### DESC
Nest.js Authentication server with 2FA and Social Logins.- [x] register
- [x] login
- [x] logout
- [x] reset password
- [ ] 2FA with QR code
- [ ] 2FA with Captcha
- [ ] Social Login with Google
- [ ] Social Login with Microsoft
### AUTHOR
ZHENG Robert### DEPENDENCIES:
#### Nodes.js
### Nest.js
### HISTORY
> | Version | Date | Developer | Comments |
> | ------- | ---------- | --------- | -------- |
> | 1.0.0 | 2024-06-02 | RZheng | created |## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## Contact
ZHENG Robert Zhèng Bó Tè 郑 伯特
Project Link: [https://github.com/Zheng-Bote/nest_authentication_server/](https://github.com/Zheng-Bote/nest_authentication_server/)
:vulcan_salute: