thephpleague / oauth2-server

A spec compliant, secure by default PHP OAuth 2.0 Server
https://oauth2.thephpleague.com
MIT License
6.49k stars 1.12k forks source link

Support league/event v3 #1387

Closed shyim closed 7 months ago

shyim commented 7 months ago

Allow installation of league/event v3

Sephster commented 7 months ago

This is being worked on and should be released in a few weeks 👍

TomHAnderson commented 2 months ago

I just had to revert my library https://github.com/API-Skeletons/doctrine-orm-graphql because I used version 3 of the league event manager. As it is impossible to install this server alongside my library because this server does not support version 3 of the league event manager, I now have two versions of my library.

I consider version 3 to be excellent and I want to continue supporting it exclusively. The closed message by @Sephster of "not planned" conflicts with the comment on the same day indicating a future release with version 3 support. I know this issue has been closed but because it was never resolved can this be reopened?

Sephster commented 2 months ago

It is in v9 RC1 which we are putting the finishing touches to now.

TomHAnderson commented 2 months ago

Thanks, @Sephster I'll look forward to using that version in my LDOG Stack https://ldog.apiskeletons.dev once Passport supports it.