nocobase/packages/plugins/cas/client.d.ts
Dunqing 24179c4469
feat(plugin-cas): support cas authenticator (#2580)
* feat(plugin-cas): support cas login method

* feat: add cas plugin in preset

* chore: update version

* feat: full support cas

* chore: update package.json

* feat: update docs and fix namespace

* fix: locale

---------

Co-authored-by: xilesun <2013xile@gmail.com>
2023-09-02 19:40:04 +08:00

3 lines
72 B
TypeScript
Executable File

export * from './dist/client';
export { default } from './dist/client';