baopham / laravel-dynamodb

Eloquent syntax for DynamoDB
https://packagist.org/packages/baopham/dynamodb
MIT License
490 stars 127 forks source link

Auth Login Laravel #170

Closed alehempel closed 5 years ago

alehempel commented 5 years ago

Hello everyone, Can someone help me to use the auth of laravel? Attached my model controller and error when signing in. Thank you for any help.

model controller error

alehempel commented 5 years ago

P.S - everything was together but the second part is my controller login.

baopham commented 5 years ago

FYI, this library doesn't have integration with Laravel Auth so I won't be able to help you get auth working completely. But if you could narrow down to the queries that are causing you trouble, it'd be great.

I also recommend checking out AWS cognito as David suggested here: https://github.com/baopham/laravel-dynamodb/issues/153#issuecomment-423751055

alehempel commented 5 years ago

Thanks for the feedback. I made a manual login system. Regards,

baopham commented 5 years ago

Good to hear you found a way to make it work for your project. Closing now. Cheers.