acme.sh icon indicating copy to clipboard operation
acme.sh copied to clipboard

Parse access_token independently of its position in response (dns_nic.sh)

Open dagababaev opened this issue 3 years ago • 2 comments

Response of nic.ru API was changed and now access_token return in 1st position. Latest version of dns_nic.sh doesn't parse it correctly. Current sample of response: {"access_token":"#TOKEN#","token_type":"Bearer","expires_in":14400}

I was change script and now it parse access_token independently of its position in response

dagababaev avatar Aug 01 '22 18:08 dagababaev

please fix the CI checks: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test

Neilpang avatar Aug 07 '22 03:08 Neilpang

https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test

Neilpang avatar Aug 07 '22 11:08 Neilpang