Questions tagged [cartalyst-sentinel]

Sentinel is a framework agnostic set of interfaces with default implementations for authentication & authorization.

Sentinel is a PHP 5.4+ fully-featured authentication & authorization system. It also provides additional features such as user roles and additional security features.

Sentinel is a framework agnostic set of interfaces with default implementations, though you can substitute any implementations you see fit.

An open source package by Cartalyst.

Source available at Github.com

85 questions
0
votes
1 answer

Laravel and Sentinel: mix roles middleware for authorization

I'm a Laravel newbie (VERY newbie) using Cartalyst Sentinel on Laravel 5.2 to leverage roles authorizations. On the admin section I have three (or more) roles, i.e. "admin", "agent" and "writer". I also have some sections that should have mixed…
Ivan
  • 2,463
  • 6
  • 39
  • 51
0
votes
3 answers

Sentinel::authenticate() doesn't work

I'm using Laravel 5.2, with a fresh Sentinel 2.0 installation, registering works fine, but attempting to login returns the user, but does not set any cookie or session or whatsoever.. update1 At this moment I've found that no cookie/session is saved…
Sander
  • 1,402
  • 2
  • 21
  • 44
0
votes
1 answer

Laravel 5 and Sentinel 2

I'm a complete starter using laravel 5.1. I was a PHP developer by 3 to 4 years and between those I was allways working with Java EE and I just came back to PHP environement and found a complete new list of frameworks. After a little research, and…
Unknown
  • 9
  • 1
0
votes
1 answer

Cannot login with username on Sentinel (Laravel5)

I am trying out the sample Sentinel methods. I just want to register a user and authenticate him using his username. I modified the user table by replacing the email attribute with username and did the migration. Here is my users…
FireDrakon
  • 275
  • 2
  • 6
  • 19
0
votes
1 answer

Is the Platform by Cartalyst made for Laravel framework?

I have came across Platform by Cartalyst package, is this platform sits on the top of Laravel 5.1 or is it it's own framework?
Junior
  • 11,602
  • 27
  • 106
  • 212
0
votes
2 answers

Laravel Sentinel referencing the wrong config file

So im using Cartalyst Sentinel to manage authentication and roles in Laravel 5.1. At first i downloaded the package and was adding additional query scopes and defining relations in the vendor/../EloquentUser class. Composer updated the package today…
Ahmad Munir
  • 3
  • 1
  • 8
0
votes
1 answer

Laravel 4.2 use Sentinel with Jenssegers MongoDB

Is it possible to use Cartalyst/Sentinel with Jenssegers/MongoDB on Laravel 4.2? I'm currently using Sentry, but I want to try Sentinel with new features. After installation, I tried this: $user = Sentinel::register([ 'email' …
Viktor
  • 819
  • 1
  • 12
  • 26
0
votes
1 answer

Overriding rydurham/sentinel route paths in Laravel 5

I am using the rydurhmam/sentinel package in Laravel 5.0.x and I cannot change how the default mysite.com/profile route is handled. In my routes.php file I have declared Route::resource('profile', 'ProfileController'); When I call php artisan…
Azeame
  • 2,322
  • 2
  • 14
  • 30
-1
votes
1 answer

No [login] credential was passed - Laravel & Sentinel

I have started a new project with Laravel, and after I included Sentinel and tried to register a new user, it keeps showing me this message: No [login] credential was passed. What Login credentials, I'm registering new user?? I'm using the latest…
-1
votes
1 answer

Sentinel session error when used with Silex/Symfony

My Silex app uses Sentinel for authentication. How can I fix this error? PHP Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in…
Karim Mtl
  • 1,223
  • 3
  • 11
  • 39
1 2 3 4 5
6