Gateway & authentification service for the Rusty Bever blogging software.
This repository has been archived on 2023-07-04. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Go to file
Jef Roosens 6b33157817
Service URLs are now routed from config
2021-11-25 15:22:25 +01:00
migrations Moved code & started split into binary & library 2021-11-24 20:13:45 +01:00
src Service URLs are now routed from config 2021-11-25 15:22:25 +01:00
.env Moved code & started split into binary & library 2021-11-24 20:13:45 +01:00
.gitignore Project properly compiles now 2021-11-25 01:02:23 +01:00
Cargo.lock Project properly compiles now 2021-11-25 01:02:23 +01:00
Cargo.toml Wrote foundation for proxy server handler 2021-11-25 14:14:33 +01:00
LICENSE Initial commit 2021-10-30 20:37:14 +02:00
README.md Moved auth code to gateway 2021-11-09 10:42:16 +01:00
Rb.yaml Service URLs are now routed from config 2021-11-25 15:22:25 +01:00
admin.rs Moved auth code to gateway 2021-11-09 10:42:16 +01:00
diesel.toml Moved auth code to gateway 2021-11-09 10:42:16 +01:00
docker-compose.yml Moved code & started split into binary & library 2021-11-24 20:13:45 +01:00
rustfmt.toml Service URLs are now routed from config 2021-11-25 15:22:25 +01:00

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.