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 = {
41
41
{ text : 'JWT' , link : 'jwt' } ,
42
42
{ text : 'RBAC' , link : 'RBAC' } ,
43
43
{ text : 'OAuth 2.0' , link : 'oauth2' } ,
44
- { text : 'SSO' , link : 'sso' } ,
45
44
{ text : '数据规则' , link : '/planet' , icon : 'fluent-color:video-16' } ,
46
45
{ text : '代码生成' , link : 'code-generation' } ,
47
46
{ text : '跨域' , link : 'CORS' } ,
@@ -50,6 +49,7 @@ export const mySidebar: ThemeSidebarMulti = {
50
49
{ text : 'APScheduler' , link : 'apscheduler' } ,
51
50
// {text: '日志分析', link: '/planet', icon: 'fluent-color:receipt-16'},
52
51
{ text : 'SocketIo' , link : '/planet' , icon : 'fluent-color:receipt-16' } ,
52
+ { text : 'SSO' , link : 'sso' } ,
53
53
]
54
54
} ,
55
55
{
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ FastAPI + APScheduler 现已作为独立仓库发行,它的优势在于其灵
10
10
<RepoCard repo =" fastapi-practices/fastapi_scheduler " />
11
11
12
12
::: 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)是一种身份验证机制,允许用户
15
15
## 集成
16
16
17
17
我们将通过 [ casdoor] ( https://casdoor.org/ ) 实现 SSO 集成,并将其作为<Icon name =" fluent-color:receipt-16 " />
18
- [ SSO 插件] ( ../../planet.md#插件 ) 发布
18
+ [ SSO 插件] ( ../../planet.md ) 发布
19
19
20
20
有关 SSO 的实现细节和更多用法请访问 casdoor 官方文档
Original file line number Diff line number Diff line change 60
60
61
61
<CardGrid >
62
62
<RepoCard repo =" fastapi-practices/sqlalchemy-crud-plus " />
63
- <RepoCard repo =" fastapi-practices/fastapi_scheduler " />
64
63
<RepoCard repo =" fastapi-practices/fastapi-oauth20 " />
65
- <RepoCard repo =" wu-clan/fast-captcha " />
66
64
</CardGrid >
67
65
66
+ <div align =" center " >
67
+ <a href =" https://github.com/orgs/fastapi-practices/repositories? " target =" _blank " >more...</a >
68
+ </div >
69
+
68
70
## 精简版
69
71
70
72
尽管我们在 fba
You can’t perform that action at this time.
0 commit comments