Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tatangharyadi/api
API gateway with Passport authentication, JWT token, RBAC and GraphQL federation
https://github.com/tatangharyadi/api
docker event graphql-federation jwt nestjs passport postgresql rbac typescript
Last synced: 1 day ago
JSON representation
API gateway with Passport authentication, JWT token, RBAC and GraphQL federation
- Host: GitHub
- URL: https://github.com/tatangharyadi/api
- Owner: tatangharyadi
- Created: 2021-06-01T09:13:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T04:47:06.000Z (over 3 years ago)
- Last Synced: 2024-11-14T00:12:00.383Z (2 months ago)
- Topics: docker, event, graphql-federation, jwt, nestjs, passport, postgresql, rbac, typescript
- Language: TypeScript
- Homepage:
- Size: 1.71 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## API Gateway
Implementation of Passport authentication, JWT token and RBAC using TypeScript, NestJS and PostgreSQL. The API gateway and PostgreSQL are running inside Docker containers.### Events
- 'user.created', on user created event, an email is sent to the new user.
- 'order.create', emit an event to microservice via RabbitMQ.