mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
chore(api): move token auth to rust api service
This commit is contained in:
parent
8210cb23f6
commit
cfde105e19
8 changed files with 83 additions and 27 deletions
|
|
@ -5,4 +5,5 @@ public class ApiConfig
|
|||
public int Port { get; set; } = 5000;
|
||||
public string? ClientId { get; set; }
|
||||
public string? ClientSecret { get; set; }
|
||||
public bool TrustAuth { get; set; } = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue