wuvt / wuvt-site

Website including a CMS, playlist information, and donation management tools
https://www.wuvt.vt.edu
GNU Affero General Public License v3.0
11 stars 12 forks source link

Broken when OIDC auth is enabled #447

Closed mutantmonkey closed 4 months ago

mutantmonkey commented 4 months ago
Traceback (most recent call last):
  File "/usr/src/app/./wuvt/__init__.py", line 122, in <module>
    auth_manager.init_app(app)
  File "/usr/src/app/./wuvt/auth/auth_manager.py", line 35, in init_app
    from authlib.flask.client import OAuth
ModuleNotFoundError: No module named 'authlib.flask'