Support the ongoing development of Laravel.io →

1,910 Threads

Issue with Auth

I am having an issue logging in using Auth::attempt. public function postLogin(){ $username = Input:...

0 Likes
4 Replies

SOLVED: Create DB users with Forge

Hi. When I login to Navicat and try to add a new user to access a specific database, I cant seem to...

0 Likes
0 Replies

Best way to set users permission for restful controller

hi all, i'm developing an app that uses resourceful controller. Every users has some resource to man...

0 Likes
0 Replies

Auth::viaRemember() is always returning false

Hey guys, im doing this here: Auth::attempt(array( 'email' => Input::get("email"), 'pas...

0 Likes
7 Replies

Laravel 4 multiple users security

Dear people, I am developing a multiple user web application. My concerns are about the security. I...

0 Likes
7 Replies
posted 10 years ago

Access to public url in admin

I am not sure if it is the lack of sleep or knowledge, but here is what I am trying to do. In the Au...

0 Likes
2 Replies
Solved

Unknown sign out error

Hello, I have an error when I'm singing out. The process works properly, but this error...(?) I have...

0 Likes
2 Replies
Solved

Utilize Auth and Sessions without passwords

I'm currently working on a web application that is a subdomain of another website. My app's parent d...

0 Likes
0 Replies
posted 10 years ago

Logical Error-Auth not recognized

I have a conditional to check whether a user is authorized to sign in. I am passing an array of prop...

0 Likes
15 Replies

Database for each user

Hi, In my system I have a main database where is a "users" tabel and for each user I have...

0 Likes
2 Replies
Solved
posted 10 years ago

Redirect in controllers

Hello, I am new to laravel i don't know much about it but i want my script to redirect to a specifie...

0 Likes
4 Replies
Solved
posted 10 years ago

Auth::onceBasic()

I'm trying to do a stateless basic authentication before on a group of routes. see http://laravel-re...

0 Likes
0 Replies

.htaccess authenticated access

Hey, so I'm trying to password protect access to my development site, and doing what I've done befor...

0 Likes
0 Replies

When will a session *really* expire? Using Cartalyst Sentry.

Hi - I've got this in app/session.php: 'lifetime' => 5, I'm using Cartalyst Sentry for authentic...

0 Likes
4 Replies
posted 10 years ago

How to use Oauth and regular authentication together

I am trying to figure out the best way to ask this question. I am building an app and know how to ea...

0 Likes
2 Replies
Solved

Ban redirect?

Hey, i want to make a ban system, and i do not know how to redirect every route [except the one with...

0 Likes
1 Replies
Solved

hot to install laravel dependencies by using git

hi guys, im new to laravel and im wondering if it is posible to install laravel dependencies by usin...

0 Likes
2 Replies

Hashing both the email and password fields

The client wants users to be able to login using their email addresses and password, so I can use th...

0 Likes
5 Replies

Using Route::group(array('before' => 'auth') with Route::resource to manage Auth.

Hi, There are 2 methods in UsersController that don't need the filter. In other words they are acces...

0 Likes
2 Replies

syntax error in user model - dynamic table names

Hi Guys I am trying to set it up so that my user model accesses a different table depending on which...

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.