Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.