This document presents a system for QR code-based document authentication and retrieval. It aims to securely share documents and user information through QR codes. The proposed system uses JWT tokens and OTP for authentication to prevent unauthorized access. Users can generate a unique QR code containing their personal details and links to uploaded documents. External users can scan the QR code to access the information, but will require a valid JWT token and OTP validation. The system architecture includes QR code generation, identity verification, and document downloading capabilities. It addresses security and complexity issues of previous systems by implementing a dual authentication method with JWT and OTP.