Authentication Python Module¶
Contents:
Pacifica Authentication Module.
-
pacifica.auth.quickstart(argv, description, user_class, user_import_path, swagger_path, config_callback=None, parser_callback=None)[source]¶ Simple wrapper around cherrypy quickstart.
-
pacifica.auth.command_setup(argv, description, user_class, user_import_path, config_callback=None, parser_callback=None)[source]¶ Common setup for commands to execute.