WebAuthn
WebAuthn copied to clipboard
[2.x] WebAuthn Recovery by email
Please check these requirements
- [X] This feature helps everyone using this package
- [X] It's feasible and maintainable
- [X] It's non breaking
- [ ] I issued a PR with the implementation (optional)
Description
Hi dev team, i have been using the old package Larapass i guess, it was working perfectly.
What about implementing it in this also?
Code sample
<?php
namespace App\Http\Controllers\Auth;
use App\Http\Controllers\Controller;
use DarkGhostHunter\Larapass\Http\SendsWebAuthnRecoveryEmail;
class WebAuthnDeviceLostController extends Controller
and
<?php
namespace App\Http\Controllers\Auth;
use App\Http\Controllers\Controller;
use App\Providers\RouteServiceProvider;
use DarkGhostHunter\Larapass\Http\RecoversWebAuthn;
class WebAuthnRecoveryController extends Controller
{
use RecoversWebAuthn;