Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
636 stars 200 forks source link

[proposal] Create a User Model with standard Authenticate implementations #295

Closed Naoray closed 5 years ago

Naoray commented 6 years ago

Could we add an implementation like the standard Laravel User Model? This would be a nice little feature so no one who wants to use the user model for authentication has to dig into Laravel source code and check what interfaces and traits should be used.

Thoughts?