Περιγραφή
PKL WPz REST API Authentication provides a simple way to authenticate WordPress REST API requests using API keys. Users can generate their own API keys from their profile page and use them to make authenticated API requests.
Features:
- User-friendly API key generation from profile page
- Secure API key storage with WordPress security standards
- Easy integration with WordPress REST API
- Support for Bearer token authentication
- API key revocation capability
- Admin can manage all users’ API keys
- Multiple authentication methods (Bearer Token, X-API-Key Header, Form-data, Query Parameter)
Developer Documentation
For detailed API documentation and examples, visit the plugin settings page in your WordPress admin.
Support
For support and feature requests, please visit our GitHub repository @PalmiizKittinan .
Εγκατάσταση
- Upload the plugin files to the
/wp-content/plugins/pkl-wpz-rest-api-authdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Users can generate API keys from their profile page (Users > Your Profile).
- Use the generated API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Συχνές Ερωτήσεις
-
How do I generate an API key?
-
- Go to Users > Your Profile in WordPress admin
- Scroll down to the “REST API Access” section
- Click “Generate New API Key”
- Copy and save your API key securely
-
How do I use the API key?
-
You can use the API key in multiple ways:
– Authorization Bearer Token (Recommended):Authorization: Bearer YOUR_API_KEY
– X-API-Key Header:X-API-Key: YOUR_API_KEY
– Form-data: Includeapi_keyparameter
– Query Parameter:?api_key=YOUR_API_KEY -
Can I revoke an API key?
-
Yes, you can revoke your API key from your profile page by clicking the “Revoke API Key” button.
-
Is it secure?
-
Yes, the plugin follows WordPress security best practices and stores API keys securely in the database.
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“PKL WPz REST API Authentication” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “PKL WPz REST API Authentication” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.1.0
Change database table schema _id -> UUID()
1.0.0
Plugin Launch