sundance-solutions/security-portal-client

This is a client for a soon to be opensource portal

0.0.2 2023-04-29 12:30 UTC

This package is auto-updated.

Last update: 2024-04-23 16:34:23 UTC


README

This will be the client for the soon to be OpenSource portal

Send users to the hub so we can monitor HaveIBeenPwned and Check for weak passwords

Setup

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

The token you can get from logging into our dashboard, clicking under your icon on the top right and API Token.

Scheduler

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

Config

You can publish it:

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