Skip to content

Conversation

@jasonvarga
Copy link
Member

This PR fixes OAuth when the Eloquent driver is enabled.

The file based auth stuff works just as well for Eloquent, so just moved that to the abstract repo. If someone wants to put columns in their users table, they're welcome to make a migration and override the method on their own repo.

As pointed out in #2879, there's an error where Laravel tries to access the timestamps property. Rather than make a property that just doesn't do anything, it'll now pass it along to the actual model.

Fixes #2388
Closes #2879

@jasonvarga jasonvarga merged commit 72574a7 into master Nov 23, 2020
@jasonvarga jasonvarga deleted the feature/db-oauth branch November 23, 2020 22:33
jasonvarga added a commit that referenced this pull request Feb 17, 2022
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

Successfully merging this pull request may close these issues.

OAuth integration UserRepository::findByOAuthID() function is empty

2 participants