Skip to content

Commit

Permalink
Merge pull request #299 from samnela/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
DeepDiver1975 authored May 2, 2022
2 parents 4ac6b24 + 8b85f7c commit 10b2372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,15 @@ $name = $oidc->requestUserInfo('given_name');


## Development Environments ##
In some cases you may need to disable SSL security on on your development systems.
In some cases you may need to disable SSL security on your development systems.
Note: This is not recommended on production systems.

```php
$oidc->setVerifyHost(false);
$oidc->setVerifyPeer(false);
```

Also, your local system might not support HTTPS, so you might disable uprading to it:
Also, your local system might not support HTTPS, so you might disable upgrading to it:

```php
$oidc->setHttpUpgradeInsecureRequests(false);
Expand Down

0 comments on commit 10b2372

Please sign in to comment.