Parziphal / parse

Parse with an Eloquent-like interface for Laravel
MIT License
17 stars 13 forks source link

Authentication issue #6

Closed AlexCatch closed 6 years ago

AlexCatch commented 7 years ago

I'm having a hard time using authentication.

Using the default authentication scaffolding, the user logs in successfully but when it hits the 'auth' middleware it fails and treats the user like they're not logged in.

Parziphal commented 7 years ago

I found the error, I'll push the fix soon.

AlexCatch commented 7 years ago

Thanks, I'll test this and confirm it works. I'm looking forward to contributing to this project.

Parziphal commented 7 years ago

By the way, I just noticed you didn't specify what login method you were using. Since you mentioned the auth scaffolding, I assumed you were using username/password combination, and I indeed had a hard time trying to make it work. heh.