mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat(server): add OIDC for AFFiNE (#6991)
Co-authored-by: LongYinan <lynweklm@gmail.com> Co-authored-by: DarkSky <darksky2048@gmail.com>
This commit is contained in:
@@ -84,6 +84,7 @@ export enum InvoiceStatus {
|
||||
export enum OAuthProviderType {
|
||||
GitHub = 'GitHub',
|
||||
Google = 'Google',
|
||||
OIDC = 'OIDC',
|
||||
}
|
||||
|
||||
/** User permission in workspace */
|
||||
|
||||
Reference in New Issue
Block a user