Flask-BasicAuth


NameFlask-BasicAuth JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/jpvanhal/flask-basicauth
SummaryHTTP basic access authentication for Flask.
upload_time2013-06-15 14:19:12
maintainerNone
docs_urlNone
authorJanne Vanhala
requires_pythonNone
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            Flask-BasicAuth
===============

|build status|_

.. |build status| image:: https://secure.travis-ci.org/jpvanhal/flask-basicauth.png?branch=master
   :alt: Build Status
.. _build status: http://travis-ci.org/jpvanhal/flask-basicauth

Flask-BasicAuth is a Flask extension that provides an easy way to protect
certain views or your whole application with HTTP `basic access
authentication`_.

.. _basic access authentication: http://en.wikipedia.org/wiki/Basic_access_authentication


Links
-----

- `Documentation <http://flask-basicauth.readthedocs.org/>`_
- `Issue Tracker <http://github.com/jpvanhal/flask-basicauth/issues>`_
- `Code <http://github.com/jpvanhal/flask-basicauth/>`_
- `Development Version
  <http://github.com/jpvanhal/flask-basicauth/zipball/master#egg=Flask-BasicAuth-dev>`_


Changelog
---------

Here you can see the full list of changes between each Flask-BasicAuth
release.

0.2.0 (June 15, 2013)
^^^^^^^^^^^^^^^^^^^^^

- Added Python 3 support.

0.1.1 (May 20, 2013)
^^^^^^^^^^^^^^^^^^^^

- Fixed an issue where attempting to authenticate with password containing one
  or more colons was failing with "too many values to unpack" error (Michael
  Wallace).

0.1.0 (April 30, 2012)
^^^^^^^^^^^^^^^^^^^^^^

- Initial public release
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jpvanhal/flask-basicauth",
    "name": "Flask-BasicAuth",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Janne Vanhala",
    "author_email": "janne.vanhala@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/16/18/9726cac3c7cb9e5a1ac4523b3e508128136b37aadb3462c857a19318900e/Flask-BasicAuth-0.2.0.tar.gz",
    "platform": "any",
    "description": "Flask-BasicAuth\n===============\n\n|build status|_\n\n.. |build status| image:: https://secure.travis-ci.org/jpvanhal/flask-basicauth.png?branch=master\n   :alt: Build Status\n.. _build status: http://travis-ci.org/jpvanhal/flask-basicauth\n\nFlask-BasicAuth is a Flask extension that provides an easy way to protect\ncertain views or your whole application with HTTP `basic access\nauthentication`_.\n\n.. _basic access authentication: http://en.wikipedia.org/wiki/Basic_access_authentication\n\n\nLinks\n-----\n\n- `Documentation <http://flask-basicauth.readthedocs.org/>`_\n- `Issue Tracker <http://github.com/jpvanhal/flask-basicauth/issues>`_\n- `Code <http://github.com/jpvanhal/flask-basicauth/>`_\n- `Development Version\n  <http://github.com/jpvanhal/flask-basicauth/zipball/master#egg=Flask-BasicAuth-dev>`_\n\n\nChangelog\n---------\n\nHere you can see the full list of changes between each Flask-BasicAuth\nrelease.\n\n0.2.0 (June 15, 2013)\n^^^^^^^^^^^^^^^^^^^^^\n\n- Added Python 3 support.\n\n0.1.1 (May 20, 2013)\n^^^^^^^^^^^^^^^^^^^^\n\n- Fixed an issue where attempting to authenticate with password containing one\n  or more colons was failing with \"too many values to unpack\" error (Michael\n  Wallace).\n\n0.1.0 (April 30, 2012)\n^^^^^^^^^^^^^^^^^^^^^^\n\n- Initial public release",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "HTTP basic access authentication for Flask.",
    "version": "0.2.0",
    "project_urls": {
        "Download": "UNKNOWN",
        "Homepage": "https://github.com/jpvanhal/flask-basicauth"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16189726cac3c7cb9e5a1ac4523b3e508128136b37aadb3462c857a19318900e",
                "md5": "6c7d204e06c5133f42e4171cfb2f42e6",
                "sha256": "df5ebd489dc0914c224419da059d991eb72988a01cdd4b956d52932ce7d501ff"
            },
            "downloads": -1,
            "filename": "Flask-BasicAuth-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6c7d204e06c5133f42e4171cfb2f42e6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16052,
            "upload_time": "2013-06-15T14:19:12",
            "upload_time_iso_8601": "2013-06-15T14:19:12.812327Z",
            "url": "https://files.pythonhosted.org/packages/16/18/9726cac3c7cb9e5a1ac4523b3e508128136b37aadb3462c857a19318900e/Flask-BasicAuth-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2013-06-15 14:19:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jpvanhal",
    "github_project": "flask-basicauth",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "flask-basicauth"
}
        
Elapsed time: 1.09558s