You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously if you configured a "ClientID" and "ClientSecret" value it
would assume you wanted Password Limited OAuth even if you configured it
to use your own token source. Fix that up by configuring password
limited last.
Copy file name to clipboardExpand all lines: src/Aydsko.iRacingData/Package Release Notes.txt
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
============================
2
+
Release Notes for 2601.1.0
3
+
============================
4
+
5
+
FIXES / NEW IMPLEMENTATIONS:
6
+
- Changed detection order so the internal "Password Limited Grant" implementation doesn't override a "UseOAuthTokenSource(...)" call when both "ClientId" and "ClientSecret" are defined on the options.
thrownewiRacingDataClientException("Invalid configuration for iRacing authentication. You must configure OAuth authentication using the \"UseOAuthTokenSource\" method on the options object.");
0 commit comments