feat: add tenant credential management #63

Merged
johnride merged 1 commits from feat/tenantCredentials into master 2025-06-17 18:28:08 +00:00
Owner

Adds the foundation for managing tenant credentials, including:

  • TenantCredentialScore for scoring credential-related operations.
  • TenantCredentialManager trait for creating users.
  • CredentialMetadata struct to store credential information.
  • CredentialData enum to hold credential content.
  • TenantCredentialBundle struct to encapsulate metadata and content.

This provides a starting point for implementing credential creation, storage, and retrieval within the harmony system.

Adds the foundation for managing tenant credentials, including: - `TenantCredentialScore` for scoring credential-related operations. - `TenantCredentialManager` trait for creating users. - `CredentialMetadata` struct to store credential information. - `CredentialData` enum to hold credential content. - `TenantCredentialBundle` struct to encapsulate metadata and content. This provides a starting point for implementing credential creation, storage, and retrieval within the harmony system.
johnride force-pushed feat/tenantCredentials from f77d989109 to a2bac9ac10 2025-06-12 20:37:31 +00:00 Compare
johnride merged commit 7bebc58615 into master 2025-06-17 18:28:08 +00:00
johnride deleted branch feat/tenantCredentials 2025-06-17 18:28:09 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: NationTech/harmony#63
No description provided.