minor oauth2 related stuff (#4044)
commit1c6bf120e70caaf1f185cdef4014a36895c22c8a
authorBrady Miller <brady.g.miller@gmail.com>
Thu, 19 Nov 2020 04:38:42 +0000 (18 20:38 -0800)
committerGitHub <noreply@github.com>
Thu, 19 Nov 2020 04:38:42 +0000 (18 20:38 -0800)
tree05717b137c064f4601858228852f794db5ff5d77
parent41674c6acdf81bf0dd0ebed30be297fab38ece6f
minor oauth2 related stuff (#4044)

- remove api hash stuff since no longer used
- incorporate oauth2 automated testing
- incorporate into development environments
20 files changed:
.travis.yml
ci/nginx/nginx.conf
ci/nginx_73/docker-compose.yml
ci/nginx_74/docker-compose.yml
ci/nginx_80/docker-compose.yml
docker/development-easy-arm32/docker-compose.yml
docker/development-easy-arm64/docker-compose.yml
docker/development-easy-light/docker-compose.yml
docker/development-easy/docker-compose.yml
docker/development-insane/docker-compose.yml
docker/development-insane/dockers/dev-nginx/nginx.conf
library/globals.inc.php
src/Common/Auth/AuthHash.php
src/Common/Auth/OpenIDConnect/Grant/CustomPasswordGrant.php
tests/Tests/Api/ApiTestClient.php
tests/Tests/Api/ApiTestClientTest.php
tests/Tests/Api/FacilityApiTest.php
tests/Tests/Api/PatientApiTest.php
tests/Tests/Api/PractitionerApiTest.php
tests/Tests/E2e/TestOpenemrPage/ExampleE2eTest.php