Skip to content

Instantly share code, notes, and snippets.

@Cregennan
Cregennan / Authme Hash facade for Laravel.php
Last active May 3, 2023 20:40 — forked from VottusCode/app-Facades-Hash.php
Simple implementation of AuthMe SHA256 as a Laravel Facade.
<?php declare(strict_types=1);
namespace App\Facades;
use Illuminate\Contracts\Hashing\Hasher;
use Illuminate\Support\Facades\Facade;
use Illuminate\Support\Str;
/**
* Hasher implementation that supports