Level 80
Passport doesn’t affect the “normal” session-based authentication flow, no.
Summer Sale! All accounts are 50% off this week.
i have admin dashboard where admin can manage the website and here i am using default Auth::attempt for login purpose and it is session based. same application has api routes where i should share api for reactjs for login and register purpose (i am planning to use passport for this). how to combine both and does this affect normal login flow if i install passport and make necessary changes for User mode?
Passport doesn’t affect the “normal” session-based authentication flow, no.
Please or to participate in this conversation.