github / hackerone-client

An unofficial wrapper for the HackerOne API
https://rubygems.org/gems/hackerone-client
MIT License
13 stars 3 forks source link

Allow passing H1 Credentials as variables #7

Open rzhade3 opened 1 year ago

rzhade3 commented 1 year ago

@rzhade3:

Currently, we only support instantiation of the H1 credentials as Environment variables. This means that it is very difficult to use in an environment with multiple programs.

In order to fix this, we should allow instantiation of the H1-client with the creds passed in as variables, and allow callers to decide where the credentials originate from.


Transferred from https://github.com/oreoshake/hackerone-client/issues/67