rebecca.login
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
Release files for rebecca.login 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rebecca.login-0.1.zip | 5.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rebecca.login-0.1-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 10.4 kB
Release files / rebecca.login-0.1.zip
| Download URL | rebecca.login-0.1.zip |
|---|---|
| Size | 5.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
346e8a6f08a39052fc320e063f8087e275529f749b30d3112c810e359620d0a1
|
|
BLAKE2b-256 checksum How to use checksums |
25f4f687e2373599ce6e91708c8fa629e106743ad159eac23082c19de972d782
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / rebecca.login-0.1-py2.py3-none-any.whl
| Download URL | rebecca.login-0.1-py2.py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
74cbe199096e06ebb0dffed3ebb80b229eef589f1ef55d847e7f290880d2805c
|
|
BLAKE2b-256 checksum How to use checksums |
d55fe6343805b01ea2269a39aeccd67147989fd26e565266e690ff3ec2ed30da
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |