mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
edit prohibited method link
+1
-1
@@ -49,7 +49,7 @@ curl -H "Authorization: pkid-20250609-abcdef1234567890:0123456789abcdef012345678
|
||||
|
||||
### Restrictions and security
|
||||
|
||||
* Some sensitive methods are explicitly blocked for API key usage ([see the prohibited methods by default](https://github.com/Piwigo/Piwigo/tree/master), you can also add or remove methods in `$conf['api_key_forbidden_methods']`).
|
||||
* Some sensitive methods are explicitly blocked for API key usage ([see the prohibited methods by default](https://github.com/Piwigo/Piwigo/blob/ae740ba3afedf2f1b99d34247c5a1cc3cc6d3f4e/include/config_default.inc.php#L476), you can also add or remove methods in `$conf['api_key_forbidden_methods']`).
|
||||
* A key can be revoked or renamed at any time from the profile.
|
||||
* An expired or revoked key can no longer be used to access the API.
|
||||
* Access is tracked (date last used).
|
||||
|
||||
Reference in New Issue
Block a user