update
This commit is contained in:
parent
8d0e68803d
commit
10cfd28122
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/php
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
// will return "token" with is the cyclic hash
|
||||||
|
// and optionnally "renew" if the secret has changed
|
||||||
|
|
||||||
|
?>
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/php
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
// will send the request using `auth` for cyclic hash
|
||||||
|
|
||||||
|
?>
|
Loading…
Reference in New Issue