mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-21 05:44:51 +08:00
* feat: oauth idp * fix: build * feat: add token cache * fix: build * fix: dep * fix: bug * fix: dep * fix: build * fix: build * fix: nginx * fix: scopes & jwks * fix: scopes * fix: route * fix: path * fix: test * fix: mcp auth * chore: optimize code * fix: review * docs: mcp * fix: review
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
export * from './dist/client';
|
|
export { default } from './dist/client';
|