people.views.actions

Module Contents

class people.views.actions.Actions(request)
update_esgf_certs()
forget_esgf_certs()
generate_twitcher_token()
generate_esgf_slcs_token()

Update ESGF slcs token.

forget_esgf_slcs_token()

Forget ESGF slcs token.

esgf_oauth_callback()

Convert an authorisation grant into an access token.

delete_user()
people.views.actions.includeme(config)

Pyramid includeme hook. :param config: app config :type config: pyramid.config.Configurator