mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-16 21:37:59 +08:00
* split out config * add tests for base and app config, refactor client config out of app config * refactor default config retrieval * create config test class and helper functions * move default_config into server to fix import issue
7 lines
236 B
Python
7 lines
236 B
Python
# import the built in auth types so they can be registered
|
|
|
|
import server.auth.auth_none # noqa: F401
|
|
import server.auth.auth_test # noqa: F401
|
|
import server.auth.auth_session # noqa: F401
|
|
import server.auth.auth_oauth # noqa: F401
|