brendon / acts_as_list

An ActiveRecord plugin for managing lists.
http://brendon.github.io/acts_as_list/
MIT License
2.04k stars 355 forks source link

Opt-in for MFA requirement #433

Closed tagliala closed 3 months ago

tagliala commented 3 months ago

Make the gem more secure by requiring that all privileged operations by any of the owners require OTP.

Ref: https://guides.rubygems.org/mfa-requirement-opt-in/

brendon commented 3 months ago

Thanks @tagliala, it's kind of moot as I'm the only owner and there are no other contributors. I certainly have 2FA turned on with rubygems :D Still though, this means it'll be a requirement in the future if the project changes hands.