This repository provides an example HID client application written in PHP, using the The PHP League OAuth2 library.
- Make sure you have a valid user account on the HID dev environment
- Run the application using
docker-compose up
- Point your browser to http://localhost. The application should redirect you to the login page on the HID dev environment.
- Log in using your user account
- You should be redirected to localhost, and should see the information retrieved from HID (access token, user account etc...)