Open baopham opened 6 years ago
Hello,
I'm having an error logging in. I extended my model (extends DynamoDbModel), but when I try to validate the credentials it generates the following error. Thank you very much if you can help me.
In the controller I am using Auth :: attempt to validate.
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:
153
47