Files
cellxgene/backend/server/auth/__init__.py
Madison Dunitz 78c9d24ed4 Refactor czi_hosted and server into backend directory, pull common code into backend/common, refactor tests (#2102)
* move local_server -> backend/server server-> backend/czi_hosted, pull common code into backend/common update imports, tests and make commands
2021-03-26 00:27:07 -05:00

6 lines
216 B
Python

# import the built in auth types so they can be registered
import backend.server.auth.auth_none # noqa: F401
import backend.server.auth.auth_test # noqa: F401
import backend.server.auth.auth_session # noqa: F401