pull/382/head
Dave Jones 2022-08-11 17:00:42 -05:00
rodzic 713c190945
commit 288f92c82c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -174,7 +174,7 @@ You can verify the signature in PHP with a JWT library. If it fails to decode, i
token has expired:
```php
$result = JWT::decode($quickClaimResponse, $feed["podcast:lock"]["pub"]);
$result = JWT::decode($quickClaimResponse, $feed["podcast:verify"]["pub"]);
```
As a podcast directory, app, platform or service you now have the confirmation the user was indeed authenticated,