bottle-cork icon indicating copy to clipboard operation
bottle-cork copied to clipboard

Authentication module for the Bottle and Flask web frameworks

Results 28 bottle-cork issues
Sort by recently updated
recently updated
newest added

Previously, creating a role using the example admin page would store it as a string and break require() when comparing user level to required user level. Now it will convert...

` E:\NProjects\Water>pip3 install bottle-cork Collecting bottle-cork Using cached https://files.pythonhosted.org/packages/3d/83/7b325c87ada9b8ccc54b7d8aebc1484e85875936f56676896676ba7d16b8/bottle-cork-0.12.0.tar.gz Requirement already satisfied: Bottle in c:\python37\lib\site-packages (from bottle-cork) (0.12.17) Collecting pycrypto (from bottle-cork) Using cached https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz Installing collected packages: pycrypto, bottle-cork...

Cork v0.12 Bottle v0.13-dev [Source (ZIP File)](https://github.com/FedericoCeratto/bottle-cork/files/3267207/Source.zip) Python 3 Output ``` Bottle v0.13-dev server starting up (using WSGIRefServer())... Listening on http://0.0.0.0:8080/ Hit Ctrl-C to quit. 172.18.0.1 - - [07/Jun/2019 18:34:40]...

Hello Is it possible to use cork without beaker ? thx

Hello Docs about sqlalchemy is not accessible , can you provide me some example how to set up sql alchemy backends for postgres ? Thx

Want to add capability to use userids with cork. The user object as it is here should be able to safely fall back if there is no id in the...

Support for optional memcached caching is implemented, providing for a substantial improvement when remote mongodb servers are used. Support degrades gracefully for both missing the python-memcache module or not having...

enhancement

I had to do this to make the example work for me - maybe there is a better way?