UNPKG

@mvx/identity

Version:

identity is oidc for mvc, type-mvc is base on koa. Decorator, Ioc, AOP mvc framework on server.

7 lines (6 loc) 256 B
import { DesignContext, InjectToken } from '@tsdi/ioc'; /** * the routes need to auth. */ export declare const AuthRoutesToken: InjectToken<Set<string>>; export declare const ControllerAuthRegisterAction: (ctx: DesignContext, next: () => void) => void;