Support the ongoing development of Laravel.io →

1,912 Threads

[Laravel5] TokenMismatchException in VerifyCsrfToken

From my last composer update I can not login to my app. All I got is this error : 1/1 TokenMismatch...

0 Likes
58 Replies

Change password using API via Passport

Hello, So, I'm using Passport and what I do need is to set a way to change the user password via API...

0 Likes
2 Replies

Laravel Socialite custom provider

I am trying to create a custom provider to make auth into my API, I already create the Client in my...

0 Likes
0 Replies

Password reset link expired

Hello, I have installed fresh copy of Laravel 5.5 and have installed auth scaffolding aswell. I chan...

0 Likes
2 Replies

How to develop a completely secure e-commerce website in Laravel?

I am fairly new to laravel. I have developed two small web app which doesn't require that much of at...

0 Likes
12 Replies

Change layout when user is logged in.

@if ( $currentUser) @extends('layouts.in') @section('content') @else @extends('layouts.login') @...

0 Likes
2 Replies

Laravel passport gives 401 Unauthenticated error - Tenant DB

I'm using laravel passport for API authentication, it works perfectly when I use it with one db, but...

doaaiti liked this thread

1 Likes
0 Replies

Reset password without users email address

Hi there, I want to simplify the password reset process for the user by determining the users email...

0 Likes
0 Replies

policies and request loops

hello, I have an issue with requests loop with what appears to me like a pretty standard feature (bu...

0 Likes
1 Replies
Solved

Fake session object for dummy user

I want to create fake session for dummy user in Test

0 Likes
0 Replies
posted 10 years ago

Auth::check() or Auth::user() logs me out automatically

I'm facing an issue here which I don't think I had before, however I'm not sure what I changed to in...

0 Likes
3 Replies
Solved

Make laravel app a subscriber to another app.

Hello Laravel.io I'm wondering on how to make a laravel app behave like a subscriber in pub sub to r...

0 Likes
1 Replies
Solved

Extend Eloquent Model with created_by, updated_by, deleted_by

Hi@all, i'm new at Laravel, and now i'm building my first app. My app is a database to store address...

0 Likes
6 Replies

Auth::attempt() with an User relation for credential

Hi, I have this project where the client needs the user to input a document number instead of the us...

0 Likes
0 Replies

REST Authentication model?

Hello, What's the best model for authentication in REST services, I have been checking out this tuto...

0 Likes
5 Replies

how to implement two factor auth in laravel?

searched on the Internet, but to no avail, can anyone help?

0 Likes
1 Replies
Solved

Mobile App Security Best Practices For App Developers

Read this post to know about the latest mobile app security best practices for app developers which...

0 Likes
0 Replies

Laravel SAML (kingstarter/laravel-saml)

I'm having a problem and not sure what to do. I've already managed to create the login then redirect...

0 Likes
0 Replies

Error after successful registration

After fill data and press register button http://joxi.ru/EA4pyLjcD9p15A I got error http://joxi.ru/5...

0 Likes
0 Replies

stateless twitter login with laravel/lumen/socialite

I want to create social based logins for my api In the "docs" <_< it says you can us...

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.