Closed (fixed)
Project:
MyREST
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2026 at 14:50 UTC
Updated:
7 Aug 2026 at 15:05 UTC
Jump to comment: Most recent
API tokens and the secure slug are stored in the myrest.auth_settings configuration object, which means they end up in configuration exports and in version control. Secrets should never be part of exported configuration.
key module so tokens can be referenced instead of stored.key is not installed.Implement the key/state backends and migrate existing configuration.
Token fields can point to a key entity; stored values are masked.
Token resolution goes through a pluggable backend.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
sergeydruua commentedComment #6
sergeydruua commented