I hope someone could explain why I'm unauthenticated when already has performed a successfull Oauth...
Hi, Just wondering if this is a good way to write ajax code to interact with Laravel routes? Example...
I've been having this dilemma when working with Laravel Passport and VueJS 2 for SPA. I have my back...
I have a database of users which have passwords stored in md5. Since Laravel uses bcrypt, I want to...
Hello, I've added a column (is_activated) in user DB to add verification email in registration proce...
I made some middleware which checks if a user has registered its device. Therefore it checks if the...
I'd like make authentication fragmented with two tables in database. So, I'd like override retrieveB...
Hi, This laravel default .htaccess file: <IfModule mod_rewrite.c> <IfModule mod_negotia...
I am making a multiple Auth in Laravel , I am in doubt if I make a auth in different tables like ADM...
Hey guys, If i ever change some files like Illuminate\Foundation\Auth\AuthenticatesUsers, are they g...
Hi, I have a question, I'm trying to improve my code and I'm using currently \Auth::check() to see i...
yervandbag liked this thread
The same problem http://forumsarchive.laravel.io/viewtopic.php?id=9414 Now the issue is in the follo...
So, I am working on a product and using ID's in the URL and not using slugs. The only point I know d...
Hi, I have an API that is going to be used in a JS/React frontend and a Mobile App. The JS part is c...
Is there any good practice how to give user JWT token after provider send him back? Give it to user...
Hi, I installed passport, and I got the API functionality working with 2 environments, one getting t...
I wanted to understand that why should I really use sentinel while Laravel 5.3 has similar authoriza...
I am running laravel v5.3.10 and the constructor is as given below, I tried using the auth middlewar...
Hi All I'm looking to build a Laravel App on top of an existing API that authenticates via OAuth2. A...
ostap liked this thread
Hi, I added to my "users" table column "role", which contains boolean, if role e...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community