Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance protocol server to have credential object in existing schema #178

Open
8 tasks
emmayank opened this issue Oct 24, 2024 · 1 comment
Open
8 tasks
Assignees
Labels
enhancement New feature or request

Comments

@emmayank
Copy link

emmayank commented Oct 24, 2024

Description

Modify the protocol server schema to incorporate a credential object, enabling the protocol to manage credential-related data within the existing schema. This enhancement will allow the server to handle credentials as part of the data structure, supporting future credential-related functionalities.

Goals

  • Add a credential object to the existing protocol server schema.
  • Define the structure and required fields within the credential object to align with credential management needs.
  • Ensure backward compatibility with existing implementations that may not use the credential object.
  • Conduct testing to confirm that the credential object integrates seamlessly within the schema and does not interfere with current functionalities.

Expected Outcome

An updated protocol server schema with a credential object, enabling secure management of credential data and supporting future credential-related operations.

Acceptance Criteria

  • The credential object is added to the protocol server schema.
  • The credential object structure and fields align with credential management requirements.
  • Backward compatibility is maintained for existing implementations.
  • Testing confirms that the credential object functions as expected and integrates smoothly within the schema.

Mockups / Wireframes

NA

Product Name

Beckn

Domain

TBD

Tech Skills Needed

  • Schema Design
  • Protocol Server Enhancement
  • API Development
  • Backend Testing and Verification

Complexity

Medium

Category

Backend Development

Sub Category

Schema Modification

@em-abee
Copy link

em-abee commented Nov 5, 2024

POC: beckn/protocol-server#241

@em-abee em-abee added the enhancement New feature or request label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants