Support the ongoing development of Laravel.io →

879 Threads

Laravel Authentication and MYSQL user table

I have developed my first Laravel CRUD application and i am looking to setup a system of authenticat...

0 Likes
1 Replies

In Httpful, how do I bypass authenticate network security appliance?

We have a Cisco security appliance at my office that forwards all outgoing requests to an ENVOY site...

0 Likes
0 Replies

Auth::Check() and Maintenance Mode

HI, I'm trying to use MisterPhilip/maintenance-mode to allow certain users (who are admins of this a...

0 Likes
1 Replies
posted 7 years ago

CSRF in Controller/JSON

Short: Is there a way to generate a CSRF token in the controller (not in a view)? Long: I have a web...

0 Likes
1 Replies

simple demo of if($user->can('view))

Does anyone have much simpler way to demonstrate $user->can('view')?

0 Likes
0 Replies

Content-specific User Permissions

I'm new to laravel and I'm trying to determine a good way to allow a user to "share" read...

0 Likes
1 Replies

php7.1 and Mcrypt

Hello all! I read an article today about PHP 7.1 that says mcrypt_* will throw deprecation warnings....

0 Likes
1 Replies

Permission Error

Hi, I have two questions the first one I wanna know how I can move my project from C:\ folder to my...

0 Likes
0 Replies

Register only certain email domain (Auth)

So I'm trying to update the out of box validator to only allow a specific domain. Are there any oth...

0 Likes
1 Replies

Nested @can checks do not work

Hi, someone knows if nested @can statements are supported in laravel? view.blade.php @can('list')...

0 Likes
2 Replies

How to decrypt a particular model field when retrieving through hasMany relationship

I am retrieving a list of articles that belong to each blog of the current user like this: return $c...

0 Likes
3 Replies

Confirmation Code for a user won't work

So was able to create a user, no problem. I wanted to add a confirmation code to validate a users em...

0 Likes
1 Replies

Gate policy for attaching a role to a user

Hi, I have a question regarding system design of a REST API. I have users and roles and want to atta...

0 Likes
1 Replies

Password confirmation using javascript

Hello. I am trying to create a way so that user's must enter their password twice on signup, and it...

0 Likes
1 Replies
Solved

How to use laravel Auth::user() outside laravel 5.2

I am using this code for use Auth::user() outside Laravel 5.1 and works properly: require '../larave...

0 Likes
4 Replies

Planning new security api , What do you want it to be ?

Hi I am Eslam Salem I am the CEO & Founder of Shieldfy. We at shieldfy decided to plan and relea...

0 Likes
0 Replies

A form with some fields hidden based on a condition.. is not very safe

I'm creating a form with Form::model , but when defining the fields i sometimes do this: @if (Auth::...

0 Likes
5 Replies

Save emails and passwords from unautorizades users

I created the login using php artisan make:auth I read I have to override AuthController.php but , I...

0 Likes
1 Replies

Android to Laravel

Hi Someone is developing an Android app for the website i am working on. This app will have two func...

0 Likes
3 Replies
Solved

Authentication

I have developed an application using Laravel 5.2 that uses the default authentication. I have the f...

0 Likes
1 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.