i suggest adding environment file so it will be easier to change all the info that need to be modify in one place, without needing to go into your code every time
well for exmaple you have RedirectUri , in the Auth and you might have more stuff like that in the future, maybe even adding config for cooldowns or other things, and it will be nice having it in one place
i suggest adding environment file so it will be easier to change all the info that need to be modify in one place, without needing to go into your code every time