Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opt-in for MFA requirement explicitly #43

Merged
merged 1 commit into from
Aug 26, 2024

Commits on Aug 13, 2024

  1. Opt-in for MFA requirement explicitly

    As a popular gem, `faraday-net_http` implicitly requires that all
    privileged operations by any of the owners require OTP.
    
    However, by explicitly setting `rubygems_mfa_required` metadata, the
    gem will show "NEW VERSIONS REQUIRE MFA" and
    "VERSION PUBLISHED WITH MFA" in the sidebar at
    https://rubygems.org/gems/faraday-net_http
    
    Ref:
    - https://blog.rubygems.org/2022/08/15/requiring-mfa-on-popular-gems.html
    - https://guides.rubygems.org/mfa-requirement-opt-in/
    tagliala committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    290a8e9 View commit details
    Browse the repository at this point in the history