UNPKG

nocobase-plugin-casdoor

Version:

Integrated Casdoor authentication system

6 lines (5 loc) 217 B
import { Context, Next } from '@nocobase/actions'; export declare const casdoorActions: { getAuthUrl: (ctx: Context, next: Next) => Promise<void>; redirectAuth: (ctx: Context, next: Next) => Promise<void>; };