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.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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.