Skip to main content

This package intends to provide full authentication / authorisation implementation for pyramid applications

Project description

pyramid_fullauth

Tests for RandomWords Coverage Status Latest PyPI version Number of PyPI downloads

Pyramid fullauth’s goal is to provide full plug-in registration functionality for pyramid, with user managing

Instalation:

pip install pyramid_fullauth

or add pyramid_fullauth to your setup.py requirements.

Tests:

You’ll need: packages defined in extra_requires[tests] to run tests, and then:

py.test

For detailed test report run this command:

py.test --cov-report term-missing --cov pyramid_fullauth tests/

CHANGES

0.2.1

  • fixed csrf_check in password:reset:continue action

  • updated translation files

0.2.0

  • migrated tests to py.test

  • removed nose and lxml from test requirements

  • extracted UserEmailMixin from User model

  • validation exception improvements

  • set licensing to MIT License

  • fixed general error message for register_POST processing

  • activate action no longer gives 404 error after first use. Default is message about token being invalid or used [veronicazgirvaci]

  • extending csrf_check predicate:
    • Can be turned on/off in settings.

    • Failed check rises 401 Unauthorised error

backward incompatibilities

  • token variable is changed into csrf_token in fullatuh views

  • view no longer returns error messages on failed csrf token. Rises 401 Unauthorised error instead.

0.1.0

  • add localize to requirements. Ability to translate registerlogin communicates

  • ability to set custom session factory [with Veronica Zgirvaci help]

  • moved password validation to one place

0.0.4

  • remove basemodel restrictions from setup.py

0.0.3

  • fixed issue, where reset password would check for csrf on GET request [Veronica Zgirvaci]

0.0.2

  • fixed MANIFEST.in, to include .yml, and .mako files

0.0.1

  • initial package creation

  • prepared for CI on travis-ci, and coverage reports on coveralls.io

Project details


Download files

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

Source Distribution

pyramid_fullauth-0.2.1.tar.gz (40.0 kB view details)

Uploaded Source

File details

Details for the file pyramid_fullauth-0.2.1.tar.gz.

File metadata

File hashes

Hashes for pyramid_fullauth-0.2.1.tar.gz
Algorithm Hash digest
SHA256 4066399aad000bb9b79570fa2cf991df426f90f9c68449ea5016c2784be25f55
MD5 90c6e728ac39c421e9f19fd988e80b0e
BLAKE2b-256 cf5f935160cf85d89cc15ec6b341ce22f89b71754924dd5d4975832b1ec4b260

See more details on using hashes here.

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