https://github.com/denzelcode/nest-auth
NestJS authentication with MongoDB, WebSocket and JWT (Login, Register, Google Login, Facebook Login, Apple Login, Messages, Rooms, Private DMs)
https://github.com/denzelcode/nest-auth
apple-login facebook-login google-login jwt messages messages-api mongodb nest nestjs nestjs-authentication nestjs-backend nestjs-messages
Last synced: about 1 month ago
JSON representation
NestJS authentication with MongoDB, WebSocket and JWT (Login, Register, Google Login, Facebook Login, Apple Login, Messages, Rooms, Private DMs)
- Host: GitHub
- URL: https://github.com/denzelcode/nest-auth
- Owner: DenzelCode
- Created: 2021-03-30T19:35:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T03:09:45.000Z (4 months ago)
- Last Synced: 2025-04-13T00:47:57.858Z (about 1 month ago)
- Topics: apple-login, facebook-login, google-login, jwt, messages, messages-api, mongodb, nest, nestjs, nestjs-authentication, nestjs-backend, nestjs-messages
- Language: TypeScript
- Homepage:
- Size: 439 KB
- Stars: 214
- Watchers: 5
- Forks: 55
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## NestJS authentication with MongoDB, WebSocket and JWT (Real Time Messages, Login, Register, Google Login, Facebook Login, Apple Login)
To use this server, get the [Angular Client](https://github.com/DenzelCode/nest-angular-auth-client) or [Flutter App](https://github.com/DenzelCode/flutter-auth) up and running.
You can also use this API using Postman or any other request framework.
Try it out now! [Demo](https://nest-auth.ubbly.club/)
# Features
- Login
- Register
- Google Login
- Facebook Login
- Apple Login
- WebSockets authentication
- Http authentication
- Websockets real-time chat.
- Rooms chats
- Private DMs