Auth - https://www.duosecurity.com/docs/authapi
Admin - https://www.duosecurity.com/docs/adminapi
Accounts - https://www.duosecurity.com/docs/accountsapi
- 3.0
- 3.1
- 3.2
Duo_api_ruby uses the Ruby openssl extension for TLS operations.
All currently supported Ruby versions (2.7 and higher) support TLS 1.2 and 1.3.
Development:
$ git clone https://github.com/duosecurity/duo_api_ruby.git
$ cd duo_api_ruby
System:
$ gem install duo_api
Or add the following to your project:
gem 'duo_api', '~> 1.0'
TODO
$ rake
Loaded suite /usr/lib/ruby/vendor_ruby/rake/rake_test_loader
Started
........
Finished in 0.002024715 seconds.
--------------------------------------------------------------------------------------------------------
8 tests, 10 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
--------------------------------------------------------------------------------------------------------
3951.17 tests/s, 4938.97 assertions/s
$ rubocop