• Drew Blessing's avatar
    Protect OAuth endpoints from brute force/password stuffing · 5558a9e7
    Drew Blessing authored
    Prevent brute force/credential spray attacks on the OAuth
    token endpoint by incrementing failed attempts. After the
    configured Devise `maximum_attempts` the account will be
    locked and further attempts will not succeed. This change also
    adds the OAuth token path to Rack Attack protected paths.
    5558a9e7
security-205-dblessing-oauth-token-brute-force.yml 108 Bytes