File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ export const mySidebar: ThemeSidebarMulti = {
4141 { text : 'JWT' , link : 'jwt' } ,
4242 { text : 'RBAC' , link : 'RBAC' } ,
4343 { text : 'OAuth 2.0' , link : 'oauth2' } ,
44- { text : 'SSO' , link : 'sso' } ,
4544 { text : '数据规则' , link : '/planet' , icon : 'fluent-color:video-16' } ,
4645 { text : '代码生成' , link : 'code-generation' } ,
4746 { text : '跨域' , link : 'CORS' } ,
@@ -50,6 +49,7 @@ export const mySidebar: ThemeSidebarMulti = {
5049 { text : 'APScheduler' , link : 'apscheduler' } ,
5150 // {text: '日志分析', link: '/planet', icon: 'fluent-color:receipt-16'},
5251 { text : 'SocketIo' , link : '/planet' , icon : 'fluent-color:receipt-16' } ,
52+ { text : 'SSO' , link : 'sso' } ,
5353 ]
5454 } ,
5555 {
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ FastAPI + APScheduler 现已作为独立仓库发行,它的优势在于其灵
1010<RepoCard repo =" fastapi-practices/fastapi_scheduler " />
1111
1212::: warning
13- 此仓库 master 分支使用 APScheduler 4.x 版本进行开发,但由于 APScheduler 迟迟未发布 4.x 版本,所以请切换 apscheduler-3.x
14- 分支,它是目前比较流行的版本分支,也相对比较稳定
15- :::
13+ 我们计划将 APScheduler 制作为 fba 插件,但需要等待 [ 4.0 ] ( https://github.com/agronholm/ apscheduler/issues/465#issuecomment-2818889743 )
14+ 版本发布
15+ :::
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ SSO(单点登录,Single Sign-On)是一种身份验证机制,允许用户
1515## 集成
1616
1717我们将通过 [ casdoor] ( https://casdoor.org/ ) 实现 SSO 集成,并将其作为<Icon name =" fluent-color:receipt-16 " />
18- [ SSO 插件] ( ../../planet.md#插件 ) 发布
18+ [ SSO 插件] ( ../../planet.md ) 发布
1919
2020有关 SSO 的实现细节和更多用法请访问 casdoor 官方文档
Original file line number Diff line number Diff line change 6060
6161<CardGrid >
6262 <RepoCard repo =" fastapi-practices/sqlalchemy-crud-plus " />
63- <RepoCard repo =" fastapi-practices/fastapi_scheduler " />
6463 <RepoCard repo =" fastapi-practices/fastapi-oauth20 " />
65- <RepoCard repo =" wu-clan/fast-captcha " />
6664</CardGrid >
6765
66+ <div align =" center " >
67+ <a href =" https://github.com/orgs/fastapi-practices/repositories? " target =" _blank " >more...</a >
68+ </div >
69+
6870## 精简版
6971
7072尽管我们在 fba
You can’t perform that action at this time.
0 commit comments