yasuki_core.accounts.banlist#

Functions

is_banned(conn, google_sub, email)

Whether an incoming Google identity matches a banlist tombstone, by sub or by email.

remove(conn, google_sub)

Drop a tombstone by its Google sub, so the identity may sign in again (unban).

tombstone(conn, google_sub, email_hmac[, reason])

Record a banned identity's pepper'd sub and email hashes so it cannot re-register.