Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新增cas登录认证 #2340

Merged
merged 9 commits into from
Oct 20, 2023
Merged

新增cas登录认证 #2340

merged 9 commits into from
Oct 20, 2023

Conversation

lanheader
Copy link
Collaborator

fix #2339

.env文件开启cas登录,可以直接通过cas服务器登录认证,同时用户会在数据库创建

@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

Attention: 16 lines in your changes are missing coverage. Please review.

Comparison is base (c8fac7e) 75.75% compared to head (d0e4ab4) 75.68%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2340      +/-   ##
==========================================
- Coverage   75.75%   75.68%   -0.08%     
==========================================
  Files         108      108              
  Lines       15681    15701      +20     
==========================================
+ Hits        11879    11883       +4     
- Misses       3802     3818      +16     
Files Coverage Δ
common/middleware/check_login_middleware.py 100.00% <ø> (ø)
sql/views.py 64.00% <ø> (ø)
archery/urls.py 83.33% <50.00%> (-16.67%) ⬇️
archery/settings.py 53.12% <12.50%> (-5.81%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

sql/urls.py Outdated Show resolved Hide resolved
@LeoQuote LeoQuote merged commit 1fbf6ed into hhyo:master Oct 20, 2023
8 of 10 checks passed
finovy pushed a commit to finovy/Archery that referenced this pull request Nov 10, 2023
* 新增cas登录

* 新增cas登录

* 新增cas登录

* 新增cas登录

* 新增cas登录

* black格式化

* 修改模块引用错误

* 修改模块引用错误

* 修改模块引用错误

---------

Co-authored-by: lanjiaxuan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

新增CAS登录认证
2 participants