Socket
Socket
Sign inDemoInstall

heroku-2fa

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-2fa

Heroku 2FA commands


Version published
Weekly downloads
13
decreased by-23.53%
Maintainers
2
Weekly downloads
 
Created
Source

heroku-2fa

CLI Plugin for 2FA protected apps.

Installation

$ heroku plugins:install heroku-2fa

Remark

Until this plugin has been made public, here's the installation procedure:

$ git clone git@github.com:heroku/heroku-2fa.git
$ cd heroku-2fa
$ heroku plugins:link

Check it's installed:

$ heroku plugins
[...]
heroku-2fa 1.0.0 (link)
[...]

To uninstall it:

$ heroku plugins:uninstall heroku-2fa

Usage

2fa:preauth                  add a pre-authorizations to perform actions on a paranoid app without two-factor authentication
2fa:preauth:clear            remove a pre-authorizations to perform actions on a paranoid app without two-factor authentication
2fa:yubikeys                 list yubikeys for this account
2fa:yubikeys:add             add a yubikey to this account
2fa:yubikeys:remove ID       remove a yubikey from this account

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Keywords

FAQs

Package last updated on 13 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc