AmphiBee / pollen-framework

:closed_book: Laravel & WordPress blend for coding as sweet as honey. Join the hive! https://github.com/AmphiBee/pollen-framework
https://amphibee.fr
Other
6 stars 0 forks source link

Update Laravel Auth Connector for Compatibility with WordPress #13

Open ogorzalka opened 1 year ago

ogorzalka commented 1 year ago

This ticket focuses on updating the existing Laravel Auth connector to make it compatible with WordPress. The current implementation, which worked with Laravel version 5, needs to be revised and adapted to function seamlessly with Laravel version 10 while maintaining its compatibility with WordPress authentication mechanisms.

Tasks:

  1. Review the existing implementation of the Laravel Auth connector that worked with Laravel version 5.
  2. Analyze the changes introduced in Laravel version 10’s authentication system, considering adjustments needed to align the existing connector.
  3. Update the connector class located in the “src/Auth” directory to reflect the changes in Laravel version 10 while ensuring compatibility with WordPress.
  4. Validate the compatibility of the updated connector by testing its functionality with WordPress authentication and user management features.
  5. Address any issues or conflicts that arise during the integration process between the updated connector, Laravel version 10, and WordPress.
  6. Update the documentation to include information about the updated Laravel Auth connector, its compatibility, and instructions for integration with WordPress.

Expected Outcome: By completing this ticket, the Laravel Auth connector will be updated to be compatible with both Laravel version 10 and WordPress. The connector class within the “src/Auth” directory will be revised to accommodate changes in Laravel version 10 while retaining its functionality with WordPress authentication. The updated connector will provide a seamless experience for users requiring authentication with WordPress in a Laravel 10-based application.

ogorzalka commented 2 weeks ago

First implementation done. Need some tests