mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(api): ✨ Make Lysand a full OAuth2/OpenID Connect provider as well as still Mastodon compatible
This commit is contained in:
parent
f9f4a99cb9
commit
5cb48b2f3b
29 changed files with 8466 additions and 279 deletions
|
|
@ -89,6 +89,8 @@ export interface Config {
|
|||
client_secret: string;
|
||||
icon: string;
|
||||
}[];
|
||||
|
||||
jwt_key: string;
|
||||
};
|
||||
|
||||
http: {
|
||||
|
|
@ -447,6 +449,7 @@ export const defaultConfig: Config = {
|
|||
},
|
||||
oidc: {
|
||||
providers: [],
|
||||
jwt_key: "",
|
||||
},
|
||||
http: {
|
||||
base_url: "https://lysand.social",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue