osu-tournament-rating / otr-api

API powering osu! Tournament Rating
https://otr.stagec.xyz/
GNU General Public License v3.0
4 stars 2 forks source link

Update all uses of configuration values to instead use `IOptions<T>` #184

Closed myssto closed 3 months ago

myssto commented 3 months ago

Remove unused config fields Auth.WebLoginAuthSecret and Auth.PrivilegedClientSecret. Added a configuration binding for Auth section. Updated all uses of config values that weren't already using IOptions<T>

Closes #182

myssto commented 3 months ago

👍