This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Example: Oauth with Github token | |
* php make-auth-json.php github-oauth.github.com GITHUB_TOKEN | |
* | |
* Example: Basic auth for private satis repo | |
* php make-auth-json.php http-basic.nova.laravel.com NOVA_USERNAME NOVA_PASSWORD | |
*/ | |
// remove script name |