-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly Handle "Legacy authorization refused." Login Error
- Loading branch information
1 parent
24d9fc4
commit 9ebea13
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
BREAKING CHANGES: | ||
|
||
iRacing has enabled two-factor authentication by default. To continue to use this library you **must** [enable "Legacy Authentication" in your iRacing account settings](https://support.iracing.com/support/solutions/articles/31000173894-enabling-or-disabling-legacy-read-only-authentication) before attempting to authenticate. Please **do not** enable this setting unless you require it, as it may reduce the security on your iRacing account. | ||
|
||
Fixes / Changes: | ||
|
||
- DriverResult is missing the CountryCode property (Issue #228) | ||
Included the "CountryCode" property in the "DriverResult" and "Result" classes. | ||
Thanks to Duncan Watts (https://github.com/DuncWatts) for lodging the issue. | ||
- Correctly handle the "Legacy authorization refused." login error message. |