Support the ongoing development of Laravel.io →

1,912 Threads

Laravel Passport CSRF token mismatch?

I can't log in to my laravel API with passport, suddenly, everytime I try to register or login and I...

0 Likes
1 Replies

Web Route Protection via Tymon JWT

Hey dudes, I am new to Laravel and therefore I wanted to know if it is possible to use the GetUserFr...

0 Likes
0 Replies

Authentication only for active users

Hello! I'm a newbie in Laravel. I use 5.3 version and I have installed make:auth authorization. It's...

0 Likes
0 Replies

Authenticate User is NULL after I redirect from the login, (Upgrade from LV5.2 to 5.3)

Hey All. In my LV 5.2 I had a middleware route that went in to the doLogin controller. And After Ith...

0 Likes
0 Replies

How to add dynamic dropdown list column on Laravel 5.3 registration?

I want to create a dropdown list where the data retrieved from the database, ie dropdown level. the...

0 Likes
1 Replies

Log user returning via remember (L5.3)

I'm spinning in big circles here. I have a Log set up to log users logging in using the EventServic...

0 Likes
0 Replies

add new "password" column for authentication

Hi, I need to do two kind of authentication users. First is by password, so you need to type login+p...

0 Likes
0 Replies

Route.php Web.php . What does Route excactly do

Hi everybody, I'm very new in Laravel. I have been watching some videos and I saw this route.php use...

0 Likes
1 Replies

How to login/ register the laravel default authentication by sending xhr request?

Hello, Info : Laravel using make:auth using form data to register and login. Problem : It must acces...

0 Likes
0 Replies

Hash::check return false

Hi laravel's community, I have been around a problem all day long. I am working on adding a change-p...

0 Likes
4 Replies

Login Facebook Laravel Socialite

Argument 1 passed to Illuminate\Auth\SessionGuard::login() must implement interface Illuminate\Contr...

0 Likes
1 Replies

Manually logging in as a user, then redirecting, shows me previous user unless I refresh.

This has been a persistent issue, and now it is time to fix it. I have a section of a projcet where...

0 Likes
2 Replies

Where is the code where the auth.basic middleware checks username and password?

I am trying to find where the auth.basic middleware checks the username and password in the database...

0 Likes
1 Replies

Run api in default 80 port..

I have given my api code below: Step1: My Route $api->version('v1', function($api) { $api->get...

0 Likes
1 Replies

User and password not accepted when attempting to send with mail?

So I'm wanting to setup a contact form and send emails using the built-in laravel mail. I'm receivin...

0 Likes
0 Replies

Password confirm does not work

Hello there, i am trying a really simple form validation, but somehow it does not work out. here is...

0 Likes
6 Replies
Solved

Cache Auth::user()

I'd like to cache Auth::user() calls, because I have the username of the logged in user in my top na...

0 Likes
21 Replies

TokenMismatchException in VerifyCsrfToken.php line 68:

This is a link i tried default intstall on window. but appears error like that. installed on osx was...

0 Likes
8 Replies

Passport - "Unauthenticated."

I hope someone could explain why I'm unauthenticated when already has performed a successfull Oauth...

0 Likes
7 Replies

use Auth::user() in api routes!

in laravel 5.3 i cannot use Auth::user(), it's response unauthenticated! how can i use Auth at api r...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.