Gucheng

Results 15 issues of Gucheng

like ![image](https://user-images.githubusercontent.com/85475922/183026945-07bffc79-5689-4d4d-b904-546d478e6ba7.png)

bug

https://github.com/TruthHun/BookStack They have a very simple SSO: https://www.bookstack.cn/read/help/windows.md#%E9%85%8D%E7%BD%AE%E7%AC%AC%E4%B8%89%E6%96%B9%E7%99%BB%E5%BD%95 We need to change it to Casdoor

enhancement

看到不少人有认证登录的需求:https://github.com/Chanzhaoyu/chatgpt-web/search?p=2&q=%E7%99%BB%E5%BD%95&type=issues ,也看到不少相关的PR,PR里大多数都是做了用户名、密码这种简单登录。 更完善的登录功能,建议通过对接开源的Casdoor单点登录系统来解决:https://github.com/casdoor/casdoor ,支持各类邮箱、手机验证码、QQ、微信登录、图形验证码等,有效防止非授权访问、盗刷流量等问题。还集成了支付宝、微信支付接口,方便把chatgpt web做成付费的服务 这里有个演示地址:https://door.casdoor.com/

ModSecurity 3.x can be deployed manually via native or Docker ways: https://github.com/SpiderLabs/ModSecurity CasWAF needs to use Go code to control the start/stop/configure of ModSecurity: 1. Download ModSecurity source code/Docker image...

question

The frontend code (package.json dependencies, app.js, css, etc.) in this repo is buggy It should mirror the frontend code framework from Casibase: https://github.com/casbin/casibase

question

Like Casdoor: https://door.casdoor.com/ ![image](https://github.com/casbin/casibase/assets/3787410/bbd513e0-f9d3-4774-9f00-116f7d432ee8)

enhancement

1. Record struct in Go like Casdoor: https://github.com/casdoor/casdoor/blob/master/object/record.go 2. Record list and edit pages in React like Casdoor: https://door.casdoor.com/records No need to be exactly the same as Casdoor, use the...

enhancement

Add a dashboard page like: https://aws.amazon.com/blogs/security/deploy-dashboard-for-aws-waf-minimal-effort/ . It uses the logs as data input. ![image](https://github.com/casbin/caswaf/assets/85475922/a4985faa-e3be-462e-8f0e-bf285fdac1b3)

enhancement

See senario at: https://help.aliyun.com/zh/waf/web-application-firewall-3-0/user-guide/configure-waf-alerting?spm=a2c4g.11186623.0.0.23486c1eFMmu08 Can send Email out via Casdoor Email provider

enhancement

WAF rules are already added in: https://github.com/casbin/caswaf/pull/19 Need to add a web UI (and CURD) to view, edit and manage WAF rules in web UI

question