WiiLink24 / food-server

A server designed to run the Demae channel.
MIT License
28 stars 12 forks source link

Add OIDC support & Flask 2.3+ fix #35

Closed burritosoftware closed 4 months ago

burritosoftware commented 4 months ago

Adds OpenID Connect support and fixes an issue with the server not running on Flask 2.3+ due to the deprecation of @app.before_first_request, see https://stackoverflow.com/questions/73570041/flask-deprecated-before-first-request-how-to-update.

Needs Black formatter to be run.

burritosoftware commented 4 months ago

Running black to resolve, then will squash and merge

burritosoftware commented 4 months ago

Need check bypass from @noahpistilli, if you could check the black formatted files commit, and then turn off Required statuses/checks in the repo settings, thanks