-
Notifications
You must be signed in to change notification settings - Fork 128
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
Integrating with Laravel auth #157
Comments
You need to follow the instructions on the Laravel website for setting up Auth, it seems your model doesn’t extend or implement the Authenticatable contract properly. |
I am also interested in laravel's auth integration with dynamoDB model. |
Any roadmap for this feature? |
The problem is that the Laravel Auth system wants other tables, with relationships, which DynamoDB cannot provide, so it’s very tricky and possibly beyond the scope of an ORM. But worth leaving open if anybody can work out how to do it. |
Related issues:
The text was updated successfully, but these errors were encountered: