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

Illuminate\Foundation\Auth\User in your BaseController instead of App\User #11

Closed
sergeByishimo opened this issue Dec 18, 2019 · 1 comment

Comments

@sergeByishimo
Copy link

Love the package! it's great!

I noticed that you are using laravel's Illuminate\Foundation\Auth\User in your BaseController instead of App\User, and in my case there is some custom configuration i've done to my model that are lost while authenticating the user. For example the keyType is set to string bcz i'm using uuid.

I've had to copy and paste the controller for now, but hope you provide an answer for that soon to go back to using your controller.

@freekmurze
Copy link
Member

Thank you for your kind words.

I currently don't have the time to improve on this.

If there is a straightforward, non-breaking way to allow your use case, feel free to send a PR! 👍

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

2 participants