Jef Roosens 26e2f5f3b1 | ||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
admin.rs | ||
diesel.toml | ||
rustfmt.toml |
README.md
rb-gw
The gateway service serves several functions:
- Make the microservice architecture appear as a single API
- Route requests to their respective microservice
- Authenticate requests
This service is the only one that the end user will use & is also the only one that allows connections from non-microservice sources.