Skip to content

Commit

Permalink
Add dangerouslyAllowInsecureHttpRequests to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jevakallio committed Feb 20, 2018
1 parent 9ba11a9 commit 22277ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ with optional overrides.
* **additionalParameters** - (`object`) additional parameters that will be passed in the authorization request.
Must be string values! E.g. setting `additionalParameters: { hello: 'world', foo: 'bar' }` would add
`hello=world&foo=bar` to the authorization request.
* **dangerouslyAllowInsecureHttpRequests** - (`boolean`) _ANDROID_ whether to allow requests over plain HTTP or with self-signed SSL certificates. :warning: Can be useful for testing against local server, _should not be used in production._

#### result

Expand Down

0 comments on commit 22277ed

Please sign in to comment.