cds-snc / url-shortener

An API written in Python that shortens URLs
MIT License
4 stars 1 forks source link

feat: add honeypot to prevent login form spam #315

Closed patheard closed 1 year ago

patheard commented 1 year ago

Summary

Add a honeypot field to the login form to cut down on bot spam from fuzzing attacks.

It is visually hidden and hidden from assistive technology.