mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
chore: prettier
This commit is contained in:
parent
ccf89d8480
commit
70fa51d4a1
67 changed files with 1811 additions and 1838 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