wansenai / eairp

✨ Saas Enterprise Resource Planning (开源Sass ERP系统)
http://eairp.cn http://erp.wansenai.com
Apache License 2.0
64 stars 24 forks source link

Restricting the interface for obtaining verification codes #286

Closed Jzow closed 9 months ago

Jzow commented 9 months ago
  1. Restricting the interface for requesting verification codes on the server side can be attempted by limiting the flow using the IP of the requesting object.
  2. In addition, login interfaces also need to be restricted to prevent frequent logins
Jzow commented 9 months ago

Fixed