Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/federicoceratto/bottle-cork
Authentication module for the Bottle and Flask web frameworks
https://github.com/federicoceratto/bottle-cork
authentication authorization bottle flask http python python2 python3 security web
Last synced: about 22 hours ago
JSON representation
Authentication module for the Bottle and Flask web frameworks
- Host: GitHub
- URL: https://github.com/federicoceratto/bottle-cork
- Owner: FedericoCeratto
- License: lgpl-3.0
- Created: 2012-04-08T12:19:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T13:07:07.000Z (5 months ago)
- Last Synced: 2024-12-16T04:02:54.518Z (7 days ago)
- Topics: authentication, authorization, bottle, flask, http, python, python2, python3, security, web
- Language: Python
- Homepage: https://cork.readthedocs.io/en/latest/
- Size: 663 KB
- Stars: 172
- Watchers: 22
- Forks: 86
- Open Issues: 31
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- License: LICENSE.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
Cork - Authentication for the Bottle web framework
.. image:: https://secure.travis-ci.org/FedericoCeratto/bottle-cork.png?branch=master
:target: http://travis-ci.org/FedericoCeratto/bottle-cork
:alt: Build status.. image:: https://img.shields.io/pypi/v/bottle-cork.svg?style=plastic
:target: https://pypi.python.org/pypi/bottle-cork/
:alt: Latest Version.. image:: https://img.shields.io/badge/License-LGPL%20v3-blue.svg
:target: https://pypi.python.org/pypi/bottle-cork/
:alt: License.. image:: https://badges.debian.net/badges/debian/unstable/python-bottle-cork/version.svg
:target: https://badges.debian.net/badges/debian/unstable/python-bottle-cork/version.svg https://packages.debian.org/stretch/python-bottle-corkCork provides a simple set of methods to implement Authentication and Authorization in web applications based on Bottle and Flask.
Read the documentation at: https://cork.readthedocs.io/en/latest/