Results 25 comments of daum

I don't have enough time to be the only maintainer on this platform. @bmeynell do you think you could go part time on it too? One thing I do want...

@mihaileu definitely appreciate all the help you've been doing on your PR for the refactor/Symfony 5/6 support. @mmoreram I don't have access to be able to grant others maintainer status,...

I actually hit this problem today and noticed that we do create a worker per time we call runTasks() or doBackground job, which as pointed out in previous comments on...

Yeah it would help to understand a bit more via an issue and why the existing kernel events didn't work in your case.

@bmeynell Right now we don't have that built into the bundle, however adding it shouldn't be too difficult. For the most part I think it'd be adding a new option...

Thanks this one just got me after a bit of time of trying to figure out why the alias just didn't seem to be working!

@VincentLanglet can try to look into it, but probably won't have enough time to do a deep dive until later next week, I saw a a couple of interesting issues...

We recently had this same issue when we upgraded from 1.3.0 which had https://github.com/hwi/HWIOAuthBundle/blob/1.3.0/Security/Core/Authentication/Provider/OAuthProvider.php#L89 so an authenticated token wouldn't matter if it expired. We use this as basically a way...