Andrew Millington

Results 186 comments of Andrew Millington

@webmake sorry for the delayed response. Why do you have two PHP instances reading the file?

I've done a bit more reading around this and realise that this could occur because Apache/NginX can spawn concurrent processes that cause this kind of race condition. Apologies as I...

Thanks @webmake - that is more frequent than I was expecting. I will keep this open and look to implement a simple `flock` implementation which should resolve the issue. Thanks...

Hi @wilsonge - RFC 6749 states the following: > The authorization server MAY fully or partially ignore the scope requested by the client, based on the authorization server policy or...

I would like to see this rectified as well. The code being written is valid and conforms to the standard. This is a false detection and it would be preferable...

No work started on this. Currently working on releasing v9 which is focusing on the device code grant

Probably can rectify. V9 is priority just now though. Then probably custom claims.

Hopefully in the next few weeks. Testing underway now. If you're interested in this grant, I would welcome you giving it a spin

Just realised this PR is still open but PHP 8.1 and 8.2 support has now been properly added with corresponding tests. Will close this accordingly. Many thanks

I am 90 percent certain this is no longer an issue. You don't need a key file as you can pass in a key string which is then stored in...