You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.
Any interest in adding a few hooks? I made a custom version with hooks back in 0.33 days and have now updated it for 0.48. Two purposes:
Log persona failures & successes. This one needs browserid hooks.
Block by IP. This one probably needs browserid hooks to do it nicely. I'm blocking the login button itself and replacing it with a message, as well as double-checking before forwarding an assertion.
I'll post a branch if there's any interest. My code does not do the logging or blocking, it's just hooks, in 3 different functions (Handle_error, Check_assertion, Handle_login).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Any interest in adding a few hooks? I made a custom version with hooks back in 0.33 days and have now updated it for 0.48. Two purposes:
I'll post a branch if there's any interest. My code does not do the logging or blocking, it's just hooks, in 3 different functions (Handle_error, Check_assertion, Handle_login).
The text was updated successfully, but these errors were encountered: