sundance-solutions/security-portal-client

这是一个即将开源的门户客户端

0.0.2 2023-04-29 12:30 UTC

This package is auto-updated.

Last update: 2024-09-23 17:22:21 UTC


README

这将是即将开源的门户的客户端

将用户发送到中心,以便我们可以监控HaveIBeenPwned和检查弱密码

设置

composer require sundance-solutions/security-portal-client
SECURITY_PORTAL_TOKEN=TOKEN_FROM_APP
SECURITY_PORTAL_URL=URL_FROM_APP 

您可以通过登录我们的仪表板,点击右上角您的图标下的API令牌来获取令牌。

调度器

$schedule->command('security-portal-client:sync')->environments('production')->hourly();

配置

您可以发布它

php artisan vendor:publish --config=security-portal-client-config