ellaisys / aws-cognito

AWS Cognito package (with MFA Feature) using the AWS SDK for PHP/Laravel
https://ellaisys.github.io/aws-cognito/
MIT License
107 stars 41 forks source link

Laravel 9 - Laravel Breeze support #42

Open marco-pace opened 2 years ago

marco-pace commented 2 years ago

Hi guys,

First of all, thanks for your hard work.

Do you think there are any chance to have this working on Laravel 9 and Laravel Breeze/Laravel Jetstream packages?

Thanks.

amitdhongde commented 2 years ago

Hello, Thank you for your kind words.

The package already works with Laravel 9. This package is already in use for multiple production-facing solutions with prior versions of Laravel 7.x and 8.x.

marco-pace commented 2 years ago

I thank you for the answer.

The traits included work well with the laravel / ui package, but they appear to be incompatible with Laravel Breeze or Laravel Jetstream.

It would be great if you could show me how to integrate it with them.

Thanks in advance.

amitdhongde commented 2 years ago

Thank you for highlighting that. Are you just using Laravel Breeze for APIs or Tailwind UI? Laravel Breeze is not on the priority list, but if you can share the specs, it can be looked into.