LordZeus started a new conversation+100 XP
3w ago
I'm not brand new to Laravel, but I'm learning by making my own projects. I wanted to create a local application for myself, but to make my logins more secure, I wanted to have my laravel site prompt me for my/a certificate, and if it matches the saved certificate, allow access to an admin panel.
The only thing I've been able to find regarding this is an old Laravel 5 implementation, and I'm not sure if it still works or how to truly implement it. I serve my site using nginx locally.
Any help with this would be great. Thanks!