MegaAntiCheat / masterbase

API/Data Platform for Ingesting, Storing, and Serving Data through Postgres, and Litestar
11 stars 1 forks source link

OpenID HTTPS redirect fix #91

Closed megascatterbomb closed 1 month ago

megascatterbomb commented 2 months ago

Fixes some edge cases where the openid config wasn't properly forcing HTTPS.

jayceslesar commented 2 months ago

This should all be handled on the nginx side of things too -- it should not accept any http traffic or rather redirect it all to https

megascatterbomb commented 1 month ago

Latest commits fix #92

megascatterbomb commented 1 month ago

Been running this branch in production for weeks without issue, going to merge to main.