What this solution does
The Awelite: REST API module provides a rapid setup for a REST protocol interface. Upon installation, user registration and authorization become available, along with a mechanism to refresh access tokens when a session expires. Developers can quickly create custom routes and middleware to address specific requirements.
Key module features:
- Custom path configuration for the REST API interface.
- Whitelist management for access control.
- Configurable token lifetime settings.
- Support for a custom secret key for key encryption.
The module operates using the JSON Web Token (JWT) access token technology. Retrieved access tokens are sent in the headers of subsequent requests using the parameters X-Auth-Token and X-Auth-Refresh-Token. All interactions with the REST API interface and the resulting responses are formatted in JSON.
General iT can install and configure this module and check how it works on your website.