#laravel
Read more stories on Hashnode
Articles with this tag
You should never save authorization tokens in local storage or cookies, as they can be accessed by any third-party JavaScript code running in the...
I recently worked on a Laravel project which had the requirement of two authenticable models along with separate subscriptions. The project, of...