sillsdev / languageforge-lexbox

Lexbox, SIL linguistic data hub
MIT License
7 stars 2 forks source link

force openIddict options to validate on startup #1263

Closed hahn-kev closed 19 hours ago

hahn-kev commented 3 days ago

I had a minor bug where my server started up but would fail any authenticated request because it wasn't until then that the OpenIddict options were validated, this would fail the request, even if it doesn't use oauth. If there's an issue with the oauth config I would prefer if the server would come up and serve other requests, but at the very least this will prevent the server from starting at all and hopefully on a new deployment the old version would keep running.

github-actions[bot] commented 3 days ago

C# Unit Tests

90 tests   90 :white_check_mark:  5s :stopwatch: 14 suites   0 :zzz:  1 files     0 :x:

Results for commit b9701668.