Files
certd/packages/ui/certd-server/src/plugins/plugin-oauth/index.ts
T
2026-02-05 16:14:05 +08:00

8 lines
308 B
TypeScript

export * from './api.js'
export * from './oidc/plugin-oidc.js'
export * from './wx/plugin-wx.js'
export * from './oauth2/plugin-gitee.js'
export * from './oauth2/plugin-clogin.js'
export * from './oauth2/plugin-github.js'
export * from './oauth2/plugin-google.js'
export * from './oauth2/plugin-microsoft.js'