get https://api.banking.netevia.dev/api/qrCode
The GET /api/qrCode endpoint generates a QR code for integrating Multi-Factor Authentication (MFA) into the banking application's login process. This QR code is used to link the user's account with an MFA application such as Google Authenticator, adding an extra layer of security to the authentication process.
Functionality:
- MFA Integration: This endpoint provides the necessary QR code for users to set up MFA by linking their account with an authenticator app.
- Secure Login: MFA requires users to scan the QR code to add a second layer of verification during login, ensuring more robust account protection.
- Ease of Use: Users simply scan the QR code with their MFA app to enable the feature.
Key Features:
- QR Code Generation: Returns a QR code image that users scan with MFA apps.
- MFA Setup: Simplifies linking user accounts to an MFA app.
- Enhanced Security: Adds an additional layer of verification to protect sensitive financial information.