laravel / blog-contest-may-mayhem

242 stars 16 forks source link

Restful API In Laravel 5.6 Using jwt Authentication #10

Open hamzaali00001 opened 6 years ago

hamzaali00001 commented 6 years ago

https://tutsforweb.com/restful-api-in-laravel-56-using-jwt-authentication/

JunaidQadirB commented 6 years ago

Nicely written. I found once issue though, JWTAuthException, is it a custom exception? because its not part of the package.

hamzaali00001 commented 6 years ago

I made this mistake. Removed this exception. Thanks @JeyKeu

ghost commented 6 years ago

@hamzaali00001 Aren't we require to check auth token on every request & catch exception(if any)? For instance Products CRUD?