Replies: 1 comment
-
if this is acceptable some things also need to be updated such as authenticators in some files are still hardcoded, it seems it would be better if we take it from the config settings. So, if we extend Session class and put another handler in shield/src/Controllers/LoginController.php Lines 67 to 70 in 4170cdf |
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
-
i created a new class Session that modified and extended to the parent class Session in Authenticators.
The question is should we make the following functions:
private
visibility changed toprotected
?i have use case to add
isDeleted()
check toattemp()
method but, it is currently not possible because the above method is not accessible.Beta Was this translation helpful? Give feedback.
All reactions