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 7804db5ff0
Failed attempt at writing proof-of-concept
2021-11-25 22:22:45 +01:00
migrations
src Failed attempt at writing proof-of-concept 2021-11-25 22:22:45 +01:00
.env
.gitignore
Cargo.lock Failed attempt at writing proof-of-concept 2021-11-25 22:22:45 +01:00
Cargo.toml Failed attempt at writing proof-of-concept 2021-11-25 22:22:45 +01:00
LICENSE
README.md
Rb.yaml Failed attempt at writing proof-of-concept 2021-11-25 22:22:45 +01:00
admin.rs
diesel.toml
docker-compose.yml
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.