mestafrica / digitizing-the-ges-curriculum

Alpha Virtual Academy Ltd proposes the Litmus Test Project as a Digital Public Goods. The Platform would house competency frameworks and edtech platform assessments for basic and senior high education as well as out of school vocational and technical education in Ghana.
MIT License
0 stars 14 forks source link

Develop API Key Generation System(Backend) #80

Open emmanuelAkpe opened 3 weeks ago

emmanuelAkpe commented 3 weeks ago

Description: Set up a system for generating unique API keys for developers to securely access the curriculum API. Tasks: Create backend logic to generate unique API keys upon request. Ensure that API keys are securely generated and are unique per developer. Set up secure storage for API keys in the database. Acceptance Criteria: API keys are generated securely and stored in a non-readable format. Each developer receives a unique API key. Generated keys are stored securely and can be retrieved as needed.