cartalyst-sentry Questions
3
Solved
I am trying to run a check to see if the current user is in a certain role with Cartalyst's Sentinel/Sentry package.
I have found Sentinel::inRole('admin') but can't seem to get it to work. I want...
Cide asked 18/8, 2014 at 14:5
4
Solved
I can't seem to get sentry working. I keep getting this error: A hasher has not been provided for the user. Does anyone know what would make this happen?
I am running MAMP on OS X 10.9.
I am usi...
Richburg asked 14/12, 2013 at 19:19
4
Solved
I have tried installing sentry in laravel 5 but it doesn't work. I would like to know if anyone has done it and how to do it.
Update: I used the instructions for Laravel 4.
Shaner asked 16/2, 2015 at 9:49
2
Solved
I'm trying to install the following package through composer:
https://packagist.org/packages/cartalyst/sentry#dev-feature/laravel-5
When I do:
composer require cartalyst/sentry dev-feature/larav...
Carbaugh asked 10/2, 2015 at 21:29
1
I have a project that uses the Sentinel bundle for Laravel.
A while ago, I asked a question about extending a model provided in the bundle. The answer I accepted worked, but it required editing th...
Rimola asked 21/5, 2014 at 17:3
2
While using Sentry in L4, is it possible to make an account be used in multiple computers at the same time? Right now, Sentry logs out the user the moment the same account is used in another comput...
Counterscarp asked 30/6, 2013 at 19:1
4
Solved
I'm trying to get the sentry package set up in my app correctly.
I can log a user in and out and protect routes but I can't seem to get the redirect::intended to work properly. My understanding is...
Dedal asked 27/9, 2013 at 23:19
1
Solved
First I tried this
$mock = m::mock('Cartalyst\Sentry\Facades\Laravel\Sentry');
$mock->shouldReceive('getUser')->once()->andReturn($userInst);
But it gave me
Fatal error: Cannot redecla...
Maladapted asked 14/1, 2014 at 6:23
1
Solved
I looked around and found some tutorials about Laravel 4 authentication using Sentry or Confide and Entrust. Which are good but a little vague for me, I am Laravel beginner and this is my first fra...
Machine asked 19/6, 2013 at 19:28
2
Solved
I'm trying to use cartalyst sentry 2 in my site being built with Laravel 4. Basically I don't understand how to implement permissions.
The examples I've seen for permissions for a group specify th...
Plumber asked 9/6, 2013 at 17:58
1
© 2022 - 2024 — McMap. All rights reserved.