Support the ongoing development of Laravel.io →

879 Threads

Laravel Passport with SPA (using VueJS 2)

I've been having this dilemma when working with Laravel Passport and VueJS 2 for SPA. I have my back...

0 Likes
1 Replies

Converting user passwords from md5 to bcrypt

I have a database of users which have passwords stored in md5. Since Laravel uses bcrypt, I want to...

0 Likes
1 Replies

Disable user feature / validation email script

Hello, I've added a column (is_activated) in user DB to add verification email in registration proce...

0 Likes
2 Replies

Testing middleware with cookies

I made some middleware which checks if a user has registered its device. Therefore it checks if the...

0 Likes
1 Replies
Solved

Custom authentication with fragmented tables by auth-jwt

I'd like make authentication fragmented with two tables in database. So, I'd like override retrieveB...

0 Likes
0 Replies
posted 7 years ago

Laravel .htaccess file

Hi, This laravel default .htaccess file: <IfModule mod_rewrite.c> <IfModule mod_negotia...

0 Likes
0 Replies

Multiple User Auth in Laravel

I am making a multiple Auth in Laravel , I am in doubt if I make a auth in different tables like ADM...

0 Likes
2 Replies

Illuminate Changes

Hey guys, If i ever change some files like Illuminate\Foundation\Auth\AuthenticatesUsers, are they g...

0 Likes
0 Replies

Check if user is logged in

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

1 Likes
3 Replies

Set up response header for Route::group or all routs in application - how ?

The same problem http://forumsarchive.laravel.io/viewtopic.php?id=9414 Now the issue is in the follo...

0 Likes
4 Replies

Is including a user's id in url dangerous?

So, I am working on a product and using ID's in the URL and not using slugs. The only point I know d...

0 Likes
3 Replies

Getting Password Access Token for Mobile - Custom Auth

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...

0 Likes
0 Replies

How to give user JWT token after OAuth provider redirect

Is there any good practice how to give user JWT token after provider send him back? Give it to user...

0 Likes
1 Replies

Make api.domain.ext the stateless passport route and change .ext/api to normal route

Hi, I installed passport, and I got the API functionality working with 2 environments, one getting t...

0 Likes
0 Replies

Discussion: sentinel vs Laravel 5.3 authorization

I wanted to understand that why should I really use sentinel while Laravel 5.3 has similar authoriza...

0 Likes
0 Replies

Laravel controller constructor not being run

I am running laravel v5.3.10 and the constructor is as given below, I tried using the auth middlewar...

0 Likes
3 Replies
Solved

Handling OAuth Token Refresh With Socialite

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

1 Likes
1 Replies

create middleware with user roles

Hi, I added to my "users" table column "role", which contains boolean, if role e...

0 Likes
2 Replies

Host app on remote server

Hi, I have a laravel application. my client want to host the application on his server and use his d...

0 Likes
0 Replies

[L5.1] Auth not working (attempt method)

Hi everybody, since this morning i try to make a login form to access to an admin panel but the Auth...

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.