Authentication Python Module

Pacifica Authentication Module.

pacifica.auth.auth_session(func)[source]

Authenticate the method.

pacifica.auth.quickstart(argv, description, user_class, user_import_path, swagger_path, config_callback=None)[source]

Simple wrapper around cherrypy quickstart.

pacifica.auth.error_page_default(**kwargs)[source]

Error page when something goes wrong.

pacifica.auth.command_setup(argv, description, user_class, user_import_path, config_callback=None)[source]

Common setup for commands to execute.