perf: oauth支持github 和google, 修复头像显示问题

This commit is contained in:
xiaojunnuo
2026-02-05 01:10:01 +08:00
parent 82786c580a
commit 693a4a6633
5 changed files with 228 additions and 3 deletions
@@ -2,4 +2,6 @@ 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-clogin.js'
export * from './oauth2/plugin-github.js'
export * from './oauth2/plugin-google.js'