Skip to main content

UNKNOWN

Project description

rebecca.login

https://travis-ci.org/rebeccaframework/rebecca.login.png

INSTALL

$ pip install rebecca.login

USAGE

rebecca.login provides login and logout functions. login requires rebecca.repository.interfaces.IRepository named users.

login returns authenticated headers.

example:

def login_success(self, values):
    user_name = values['user_name']
    password = values['password']
    authenticated = login(self.request, user_name, password)
    if not authenticated:
        return
    headers = security.remember(self.request, authenticated)
    response = HTTPFound(self.request.route_url('top'))
    response.headerlist.extend(headers)
    return response

Changes

0.1 (2013-11-16)

  • first release

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rebecca.login-0.1.zip (5.9 kB view hashes)

Uploaded Source

Built Distribution

rebecca.login-0.1-py2.py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page