A little gem to get the current multi-factor authentication key on a Mac
Add this line to your application's Gemfile:
gem 'mmfa'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mmfa
- Setup an Apple Keychain entry with a name and your multi-factor authentication secret
- run mmfa KEYCHAIN_ITEM_NAME
- The current mfa key is printed and copied to your system clipboard
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request