mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat(api): add Discord OAuth2 login
This commit is contained in:
parent
6295a1a561
commit
fb8249705d
2 changed files with 66 additions and 0 deletions
|
|
@ -3,4 +3,6 @@ namespace PluralKit.API;
|
|||
public class ApiConfig
|
||||
{
|
||||
public int Port { get; set; } = 5000;
|
||||
public string? ClientId { get; set; }
|
||||
public string? ClientSecret { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue