Adding an endpoint (e.g., /kyc-authorize) to request a verification QR code from the Verifier.
Displaying the verification QR code in the frontend.
Using SSE (Server-Sent Events) to receive real-time verification updates.
Why: To trigger the verification process, we need an endpoint that asks the Verifier for a QR code and returns it to the frontend. The user scans it with the DID Wallet, and if verified, the user gets redirected to a protected resource.