# Multi-factor authentication

 - [GET /projects/{project_id}/mfa](https://xsolla.redocly.app/ja/api/login/product-configuration-mfa/get-project-two-factor-authentication-settings.md): Gets project two-factor authentication settings. **Notice** [Rate limits for server-side methods](/api/login/rate-limits) are applied to this method.
 - [PUT /projects/{project_id}/mfa](https://xsolla.redocly.app/ja/api/login/product-configuration-mfa/update-project-two-factor-authentication-settings.md): Updates project two-factor authentication settings. The user must confirm the changes by entering a one-time code. **Notice** [Rate limits for server-side methods](/api/login/rate-limits) are applied
 - [GET /projects/{project_id}/users/{user_id}/mfa](https://xsolla.redocly.app/ja/api/login/product-configuration-mfa/get-server-mfa.md): Gets user's two-factor authentication settings. **Notice** [Rate limits for server-side methods](/api/login/rate-limits) are applied to this method.
 - [POST /projects/{project_id}/users/{user_id}/mfa](https://xsolla.redocly.app/ja/api/login/product-configuration-mfa/update-server-mfa.md): Updates user's two-factor authentication settings from server. **Notice** [Rate limits for server-side methods](/api/login/rate-limits) are applied to this method.
 - [GET /users/me/mfa](https://xsolla.redocly.app/ja/api/login/product-configuration-mfa/get-users-two-factor-authentication-settings.md): Gets user’s two-factor authentication settings. You must enable two-factor authentication for the Login project. Contact your Customer Success Manager to enable it.
 - [POST /users/me/mfa](https://xsolla.redocly.app/ja/api/login/product-configuration-mfa/update-users-two-factor-authentication-settings.md): Updates user’s two-factor authentication settings. The user must confirm the changes by entering a one-time code. The workflow of using this call: 1. The user enables or disables two-factor authentica
