diff --git a/README.md b/README.md index e8d82c6..3b48d86 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Aydsko iRacing Data API Logo, which contains the characters "{", "0", "1", and "}" on a red & blue field with "Data API" written below. +Aydsko iRacing Data API Logo, which contains the characters "{", "0", "1", and "}" on a red & blue field with "Data API" written below. # Aydsko iRacing Data API @@ -8,6 +8,14 @@ This library allows access via .NET to the iRacing "Data API". These APIs allow [![Nuget](https://img.shields.io/nuget/dt/Aydsko.iRacingData?color=004880&label=NuGet&logo=NuGet)](https://www.nuget.org/packages/Aydsko.iRacingData) +## ⚠ Upcoming Multi-Factor Authentication Requirement + +iRacing has announced that they will be requiring multi-factor authentication (MFA) for all users by default. This will affect the ability to use the iRacing Data API by logging in with a username or password. + +In the immediate future, use of the Data API will be supported by enabling "Legacy Authentication" in your iRacing account settings. iRacing will advise next steps for the authentication of applications for the Data API later on. + +To continue to use this library you **must** enable "Legacy Authentication" in your iRacing account settings when that feature becomes available. + ## Getting Started **1. Install the Aydsko iRacing Data API library.**