bigfork / silverstripe-oauth

SilverStripe OAuth2 authentication, based on the PHP League's OAuth2 client
BSD 3-Clause "New" or "Revised" License
9 stars 11 forks source link

Silverstripe 5 support #18

Closed elliot-sawyer closed 1 year ago

elliot-sawyer commented 1 year ago

Checked against an Auth0 installation and it seems to work OK. The league/oauth-client is still on major ^2 upstream, so the dependency doesn't need to be changed.

kinglozzer commented 1 year ago

Thanks @elliot-sawyer