Skip to content

Commit

Permalink
Add docs about auth providers
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Sep 8, 2023
1 parent 6b9e345 commit 0f3786a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/auth_providers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 登录方式

## 对协办单位的登录方式要求

新的设计为协办单位至少提供一种用户认证的接入方式:

- Yale CAS(推荐)
- OAuth2(推荐)
- 基于 HTTP POST JSON 的邮件接口(见 [external.py](./external.py)

尽管代码仍然支持,我们计划尽量避免使用直接 SMTP 发信的方式,因为往年的经验表明邮件的到达率问题非常大。

0 comments on commit 0f3786a

Please sign in to comment.