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 was 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).