mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
chore: fix markdown prettier formatting
This commit is contained in:
parent
efe1e5ea5e
commit
9823670084
4 changed files with 45 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue