Skip to content

Commit

Permalink
Add note about Steam API key (in credentials for services config)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnCZek committed Mar 8, 2020
1 parent 11d4553 commit 426f4f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ should be placed in your `config/services.php` configuration file:
],
```

As OpenID does not use the `client_id` and `client_secret` properties, the latter
is actually utilized as the Steam API key and is used for fetching the user data.
For more information about the API, check the [Steam developer portal][steam-dev].

Do not forget to put new environment variables into your `.env` application file:

```dotenv
Expand Down Expand Up @@ -83,4 +87,5 @@ This package is open-source and is licensed under the [MIT license](LICENSE.md).
[laravel-socialite]: https://github.com/laravel/socialite
[laravel-framework]: https://github.com/laravel/framework
[laravel-socialite-doc]: https://laravel.com/docs/master/socialite
[steam-dev]: https://steamcommunity.com/dev/
[developer-forum]: https://forum.truckersmp.com/index.php?/forum/198-developer-portal/

0 comments on commit 426f4f1

Please sign in to comment.