AdrianJSClark / aydsko-iracingdata

A .NET access library for querying the iRacing "Data" API.
MIT License
28 stars 8 forks source link

Consider Client Logged In Cookies are Restored #193

Closed AdrianJSClark closed 9 months ago

AdrianJSClark commented 9 months ago

If a "RestoreCookies" method is supplied and the cookies returned include any which apply to our base URL, then consider the client already authenticated so it doesn't have to call the login endpoint again.

Fixes #186