mariovalney / laravel-keycloak-web-guard

Simple Keycloak Guard to Laravel Web Routes - https://packagist.org/packages/vizir/laravel-keycloak-web-guard
146 stars 80 forks source link

Update KeycloakWebUserProvider.php #112

Closed hydrokat closed 6 months ago

hydrokat commented 7 months ago

implement rehashPasswordIfRequired method from laravel 11.

Upgrade guide

mintalicious commented 6 months ago

+1 Update is required and needed!

mariovalney commented 6 months ago

Hey! First of all, thanks for your contribution.

Unfortunately I'm not anymore able to maintain this repository (as stated in README with "[NEEDS A MAINTAINER]").

I've created it during a project I was working as developer with Keycloak. By now I'm not working fulltime as developer and even with Keycloak/Laravel so I'm looking for someone who is able to maintain this repository.

We need to updagrade Laravel/Keycloak support and analyse PRs. I'm able to guide begginers but not to create a development environment and write code.

Thanks for your attention.

(You can answer that or send a mail to mariovalney@gmail.com)

hydrokat commented 6 months ago

Hello Mario,

This project has been valuable to me since I use Keycloak for my auth needs. I can go for Laravel passport but it's "decouple"-able back when I first tried it. Maybe it's different now but I got locked in with Keycloak since I find it easier to setup.

The project is a great addition to my projects since it makes it easier to integrate Laravel with Keycloak. It is unfortunate that the project has gone stale. There is someone in the issues who is willing to be a maintainer though. However, the post was from a few months back. Hopefully he is still interested.

For my temporary solution to integrate with Laravel 11, I just implemented my own User model for now.

In fact, I never thought my PR would even be merged. But then, might as well.

I hope this project continues on. There's not a lot of Laravel-Keycloak integrations around.