mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 23:59:45 +02:00
feat: Add OIDC_CLIENT_SECRET and other changes for v2 (#4254)
Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
This commit is contained in:
parent
4f1abcf4a3
commit
5ed0ec029b
31 changed files with 530 additions and 349 deletions
|
@ -242,11 +242,6 @@ export interface NotificationImport {
|
|||
status: boolean;
|
||||
exception?: string | null;
|
||||
}
|
||||
export interface OIDCInfo {
|
||||
configurationUrl: string | null;
|
||||
clientId: string | null;
|
||||
groupsClaim: string | null;
|
||||
}
|
||||
export interface RecipeImport {
|
||||
name: string;
|
||||
status: boolean;
|
||||
|
|
|
@ -132,9 +132,6 @@ export interface LongLiveTokenOut {
|
|||
id: number;
|
||||
createdAt?: string | null;
|
||||
}
|
||||
export interface OIDCRequest {
|
||||
id_token: string;
|
||||
}
|
||||
export interface PasswordResetToken {
|
||||
token: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue