Do you have SPA, API, or mobile app. There are separate sections in the docs that explain how to setup:
If you don't need sanctum, then use one of the other starter kits or regular authentication and authorization.
Summer Sale! All accounts are 50% off this week.
I am trying to use webauthn, using webauthn-laravel, but this problem rise when I try to save the public key as a session using $request->session()->put(WebauthnService::SESSION_PUBLICKEY_CREATION, $publicKey) which will result in session store not set on request. is there another approach to this without setting SessionStart in the kernel?.
thanks
Please or to participate in this conversation.