We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ac6b24 + 8b85f7c commit 10b2372Copy full SHA for 10b2372
README.md
@@ -145,15 +145,15 @@ $name = $oidc->requestUserInfo('given_name');
145
146
147
## Development Environments ##
148
-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.
149
Note: This is not recommended on production systems.
150
151
```php
152
$oidc->setVerifyHost(false);
153
$oidc->setVerifyPeer(false);
154
```
155
156
-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:
157
158
159
$oidc->setHttpUpgradeInsecureRequests(false);
0 commit comments