Replies: 1 comment
-
We are using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Aren't we overusing
private
methods a bit? I'm trying to extend theAuthentication\Authenticators\Session
class and I can't use general session-related methods such as:getSessionKey()
,setSessionKey()
, etc. because they are all private. Of course, I can create my own methods to do what I want, but it seems strange when these methods already exist.Beta Was this translation helpful? Give feedback.
All reactions