Bestagons / quack

An app that increases the quality of life of Emory students by adding value to the experience of getting food at dining halls on campus.
https://quack-app.github.io/
MIT License
5 stars 2 forks source link

7 user login #144

Closed brendacano closed 2 years ago

brendacano commented 2 years ago

accidentally replaced the old branch, heres the new branch, its basically the same as what was in https://github.com/Bestagons/quack/pull/137

brendacano commented 2 years ago

If someone looks at this could you help me with the errors that are happening in the build

Traceback:
/opt/hostedtoolcache/Python/3.9.8/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
server_test.py:1: in <module>
    import server
server.py:5: in <module>
    from auth_bearer import JWTBearer
auth_bearer.py:4: in <module>
    from auth_handler import decodeJWT
auth_handler.py:6: in <module>
    import jwt
E   ModuleNotFoundError: No module named 'jwt'

I know some of it is the testing too because of the response but I want to try to fix this first

RafaelPiloto10 commented 2 years ago

Any luck with this: https://stackoverflow.com/questions/63309591/import-jwt-importerror-no-module-named-jwt

brendacano commented 2 years ago

Just fix the errors, but otherwise, lgtm

Thanks for your feedback Rafael. I will try to fix the errors soon. I will most likely not get to it until Wednesday/Thursday just as an FYI. But I will try.

RafaelPiloto10 commented 2 years ago

@brendacano @Foxworth22 please re-review