API token entity
1 sites
No security coverage
This module provides an administrative interface for creating, managing, and validating API tokens. It supports different token types, secure storage and rotation, and granular permissions for token management.
Overview
The API Token Entity module provides a comprehensive back-office interface for managing API tokens in your Drupal site. It enables site administrators to create, rotate, and delete API tokens, along with a validation service to authenticate issued tokens.
Features
- Token Management Interface - Full CRUD operations for API tokens through an intuitive admin interface
- Token Types - Define different types of API tokens with unique identifiers
- Secure Tokens - Tokens are hashed with MD5 and stored securely in the database. The plain-text token is only visible once at creation time and cannot be retrieved later
- Token Rotation - Built-in support for token rotation and expiration
- Permissions - Granular permission system to control who can manage tokens
- Validation Service - Programmatic service to validate tokens in your custom code