You have multiple options for adding your username and password for iRacing so the system can log you in.
- Use the following environment variables:
- iRacingStatsAPI__User__Username
- iRacingStatsAPI__User__Password
- In visual studio right click the project and click "manage user secrets", copy the "iRacingStatsAPI" into secrets.json from appsettings.json
- edit the appsettings.json or appsettings.Development.json
What ever you do don't commit your username and password to git.