I have two users admin/user i want to authenticate this two users for api, it is working for one user but its not working for admin
see what i have tried in admin c
I managed to do it through middleware, hopefully, this will help you - Laravel Passport Multiple Authentication using Guards