Laravel Auth

PHP MIT

Laravel Auth by GhostCompiler adds advanced authentication for Laravel with TOTP 2FA, passkeys via WebAuthn, OTP channels (email, SMS, WhatsApp), trusted devices, and tenant-aware social login.

Stars
2
Forks
0
Downloads
N/A
Open Issues
0
Files main

Repository Files

Loading file structure...
psalm.xml
<?xml version="1.0"?>
<psalm
    errorLevel="5"
    resolveFromConfigFile="true"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="https://getpsalm.org/schema/config"
    xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
>
    <projectFiles>
        <directory name="src" />
        <ignoreFiles>
            <directory name="vendor" />
        </ignoreFiles>
    </projectFiles>
    <issueHandlers>
        <MissingTemplateParam errorLevel="info" />
        <PropertyNotSetInConstructor errorLevel="info" />
        <MixedAssignment errorLevel="info" />
        <MixedReturnStatement errorLevel="info" />
        <MixedArgument errorLevel="info" />
        <PossiblyUnusedMethod errorLevel="info" />
        <PossiblyUnusedParam errorLevel="info" />
        <PossiblyUnusedProperty errorLevel="info" />
        <PossiblyUnusedReturnValue errorLevel="info" />
        <UnusedParam errorLevel="info" />
        <InvalidArgument errorLevel="info" />
        <InvalidTemplateParam errorLevel="info" />
        <UndefinedInterfaceMethod errorLevel="info" />
        <UndefinedMethod errorLevel="info" />
        <UndefinedPropertyFetch errorLevel="info" />
        <MissingOverrideAttribute errorLevel="info" />
        <UnusedClass errorLevel="info" />
        <InvalidCast errorLevel="info" />
    </issueHandlers>
</psalm>