DEV Community

Discussion on: Laravel 8 Auth (Registration and Login)

Collapse
 
surendra1993 profile image
SURENDRA BHARATHI

Nice Tutorial. I am trying to authenticate admin and users with the same login page and redirect to the admin or user landing page. How do I achieve this using Laravel 8 jetstream authentication?