tachybase_todo/packages/plugins/@tachybase/plugin-oidc/src/constants.ts

7 lines
162 B
TypeScript

// @ts-ignore
import { name } from '../package.json';
export const authType = 'OIDC';
export const cookieName = 'tachybase_oidc';
export const namespace = name;