Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3rd party authentication package support #65

Closed
tyteen4a03 opened this issue Jul 6, 2016 · 4 comments
Closed

3rd party authentication package support #65

tyteen4a03 opened this issue Jul 6, 2016 · 4 comments

Comments

@tyteen4a03
Copy link

Right now, this package assumes that the user is using the built-in Laravel Authentication package. This should not be assumed; the configuration should allow for the developers to use other authentication plugins (such as Sentinel)

@quoka
Copy link

quoka commented Jul 7, 2016

\config\auditing.php

    /*
    |--------------------------------------------------------------------------
    | Authentication Model
    |--------------------------------------------------------------------------
    |
    | When using the "Eloquent" authentication driver, we need to know which
    | Eloquent model should be used to retrieve your users. Of course, it
    | is often just the "User" model but you may use whatever you like.
    |
    */

    'model' => App\User::class,

@tyteen4a03
Copy link
Author

tyteen4a03 commented Jul 7, 2016

That has nothing to do with the fact that this package is making hardcoded calls to the Auth package. See https://github.com/owen-it/laravel-auditing/blob/master/src/AuditingTrait.php#L276.

@anteriovieira
Copy link
Member

#62

@anteriovieira
Copy link
Member

Sorry for the delay #40 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants