Skip to content
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

Open
baopham opened this issue Sep 22, 2018 · 5 comments
Open

Integrating with Laravel auth #157

baopham opened this issue Sep 22, 2018 · 5 comments

Comments

@baopham
Copy link
Owner

baopham commented Sep 22, 2018

Related issues:

@alehempel
Copy link

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.
erro 1

In the controller I am using Auth :: attempt to validate.

@zoul0813
Copy link
Contributor

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.

@foo123
Copy link

foo123 commented Oct 13, 2019

I am also interested in laravel's auth integration with dynamoDB model.

@rognales
Copy link

rognales commented Jan 4, 2021

Any roadmap for this feature?

@zoe-edwards
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants