Application Python Module

Base application module.

pacifica.auth.application.check_sa_module_class(args)[source]

Check the combination of module and class.

pacifica.auth.application.check_sa_settings(obj_str)[source]

Verify social auth settings.

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

Error page when something goes wrong.

pacifica.auth.application.pacifica_auth_arguments(parser)[source]

Add Pacifica authentication command line arguments.

pacifica.auth.application.session_commit()[source]

Commit the user session to the database.

pacifica.auth.application.social_settings(args, user_class, user_import_path)[source]

Setup the social settings for pacifica auth.