This project is not covered by Drupal’s security advisory policy.

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

Project information

Releases