# JWT Authentication Pro ## Docs - [Refresh](https://docs.jwtauth.pro/api-reference/endpoint/refresh.md): Refreshes an existing token using a refresh token - [Revoke](https://docs.jwtauth.pro/api-reference/endpoint/revoke.md): Revokes the current JWT token, making it immediately invalid - [Token](https://docs.jwtauth.pro/api-reference/endpoint/token.md): Authenticates a user and returns a JWT token - [Validate](https://docs.jwtauth.pro/api-reference/endpoint/validate.md): Validates a JWT token - [API Reference](https://docs.jwtauth.pro/api-reference/introduction.md): JWT Auth Pro provides a set of REST API endpoints for authentication and token management. All endpoints are accessible under the `/wp-json/jwt-auth/v1` namespace. - [Bruno API Collection](https://docs.jwtauth.pro/developer-tools/bruno-collection.md): Get started with JWT Authentication Pro using Bruno API client - [Overview](https://docs.jwtauth.pro/developer-tools/overview.md): Tools and resources for developers integrating JWT Authentication Pro - [Postman API Collection](https://docs.jwtauth.pro/developer-tools/postman-collection.md): Get started with JWT Authentication Pro using Postman - [Core Concepts](https://docs.jwtauth.pro/introduction/concepts.md): JSON Web Tokens are an open standard (RFC 7519) for securely transmitting information between parties as a JSON object. In WordPress REST API authentication: - [Installation](https://docs.jwtauth.pro/introduction/installation.md): Learn how to install and activate JWT Auth Pro on your WordPress site - [Overview](https://docs.jwtauth.pro/introduction/overview.md): JWT Auth Pro is a premium WordPress plugin that provides secure, robust, and developer-friendly JWT (JSON Web Token) authentication for WordPress REST API. - [Quick Start](https://docs.jwtauth.pro/introduction/quickstart.md): Get started quickly with JWT Authentication Pro - [Release Notes Overview](https://docs.jwtauth.pro/release-notes/overview.md): Track the evolution of JWT Authentication Pro with detailed release notes for each version - [Version 0.1.0](https://docs.jwtauth.pro/release-notes/v0-1-0.md): Initial release with core JWT authentication, analytics dashboard, and security features - [Version 0.2.0](https://docs.jwtauth.pro/release-notes/v0-2-0.md): Token self-revocation, improved admin UI, CORS fixes, and enhanced testing infrastructure - [Version 0.2.1](https://docs.jwtauth.pro/release-notes/v0-2-1.md): Refresh token validation fix and support contact update - [Version 0.2.2](https://docs.jwtauth.pro/release-notes/v0-2-2.md): Bug fixes for internationalization, timezone handling, and Freemius SDK update - [Version 0.2.3](https://docs.jwtauth.pro/release-notes/v0-2-3.md): Bug fixes for profile update token revocation, analytics cleanup, and user lifecycle hooks activation - [Actions](https://docs.jwtauth.pro/wordpress/actions.md): JWT Auth Pro provides a set of actions that allow you to hook into various events. Each action is documented below with its description and usage example. - [Configuration](https://docs.jwtauth.pro/wordpress/configuration.md): Configure JWT Authentication Pro via the settings page in WordPress - [Cron Tasks](https://docs.jwtauth.pro/wordpress/cron-tasks.md): Learn about the automated tasks that JWT Auth Pro schedules in WordPress - [Filters](https://docs.jwtauth.pro/wordpress/filters.md): JWT Auth Pro provides a comprehensive set of filters that allow you to customize its behavior. Each filter is documented below with its description and usage example. ## OpenAPI Specs - [openapi](https://docs.jwtauth.pro/api-reference/openapi.json)