esien525
esien525
 @nicholaslee119 I have the same error.. it is working fine in Android emulator, however, no luck in RNW
hi @sreinoso , did you able to solve this?
I found the solution, just simply use `$request->user('api');` in any Controller function.
@fernandocoronatomf, I forget how i do it already. Haha But i think it is possible as it works like laravel guard. ``` 'guards' => [ 'web' => [ 'driver' =>...