stevenmaguire / oauth2-keycloak

Keycloak Provider for OAuth 2.0 Client
MIT License
204 stars 151 forks source link

Make some methods of Keycloak class public #61

Open panigrc opened 1 year ago

panigrc commented 1 year ago

It would be helpful if the following methods would be public. Additionally I'm not seeing a reason to be private or protected.

private function getBaseLogoutUrl()

protected function getBaseUrlWithRealm()