LoginUsingID for customers
-
In laravel we can use Auth::loginUsingId. Is there any function in bagisto with exact functionality?
-
Hi @shubhangi,
We are using all the methods mentioned by Laravel authentication. But currently, there is no such method present in Bagisto.
As this is a fully built-in Laravel you can use it in your project but mostly this method is used for testing purposes.