summaryrefslogtreecommitdiff
path: root/src/types.ts
AgeCommit message (Collapse)Author
2025-04-09feat: Implement DigiID URI generation and define core typesPawel Zelawski
- Create initial source directory structure (src/). - Define core interfaces (DigiIDUriOptions, DigiIDCallbackData, etc.) and DigiIDError class in src/types.ts. - Set up main export file src/index.ts. - Implement the generateDigiIDUri function in src/digiid.ts for creating DigiID authentication URIs according to the specification. - Include helper function for generating secure nonces using Node crypto. - Add TSDoc comments for clarity and maintainability.