invisnik / laravel-steam-auth

Laravel Steam Auth
MIT License
172 stars 67 forks source link

add env Steam API Key #63

Closed TNovalis closed 7 years ago

TNovalis commented 7 years ago

Makes config pull from the .env file so API keys are not pushed to someone's version control. Also added that an exception is thrown when the API key is not set. The readme is also updated.