chore: fix markdown prettier formatting

This commit is contained in:
41666 2020-10-11 15:56:35 -04:00
parent efe1e5ea5e
commit 9823670084
4 changed files with 45 additions and 19 deletions

View file

@ -4,18 +4,18 @@ Service for handling Discord OAuth flow.
## Responsibilities
- Redirect users to relevant Discord OAuth page w/ state
- Handle redirect from Discord OAuth flow and process the token
- Modify active session to include relevant data
- v3: for parity, this is just user data
- _vNext: get guilds from oauth and cache_
- _vNext: Source of truth for user guilds_
- Redirect users to relevant Discord OAuth page w/ state
- Handle redirect from Discord OAuth flow and process the token
- Modify active session to include relevant data
- v3: for parity, this is just user data
- _vNext: get guilds from oauth and cache_
- _vNext: Source of truth for user guilds_
## Boundaries & Services
- **Inbound**
- HTTP: /discord-auth/\*
- gRPC: DiscordAuthService
- **Outbound**
- Redis
- gRPC: SessionService
- **Inbound**
- HTTP: /discord-auth/\*
- gRPC: DiscordAuthService
- **Outbound**
- Redis
- gRPC: SessionService