mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 09:09:10 +00:00
chore: temporarily loosen CORS, add OAuth state info for backend bouncing
This commit is contained in:
parent
ed82a67594
commit
6edfe7455f
8 changed files with 72 additions and 9 deletions
|
@ -16,3 +16,7 @@ export type SessionData = {
|
|||
user: DiscordUser;
|
||||
guilds: GuildSlug[];
|
||||
};
|
||||
|
||||
export type StateSession = {
|
||||
callbackHost?: string;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue