Commit Graph

181 Commits

Author SHA1 Message Date
Andrew Svetlov 74381e8cc2 Fix badges in README 2018-09-27 10:36:27 +03:00
Andrew Svetlov fdf8a39607 Use request.config_dict for accessing to policies 2018-09-27 10:30:18 +03:00
Andrew Svetlov bdb64ed010 Fix #164: switch to aio-libs-bot account for deployment 2018-09-06 13:17:33 +03:00
Andrew Svetlov 9b1d08c661 Update to 0.3.0 2018-09-06 13:06:55 +03:00
pyup.io bot 097f7ecc43 Scheduled weekly dependency update for week 35 (#185)
* Update pytest from 3.6.1 to 3.7.4

* Update sphinx from 1.7.5 to 1.7.8

* Update aiopg from 0.14.0 to 0.15.0

* Update cryptography from 2.2.2 to 2.3.1

* Update aiohttp from 3.3.2 to 3.4.2
2018-09-06 10:37:55 +03:00
pyup.io bot ca38b38a0e Update aiohttp from 3.3.1 to 3.3.2 (#170) 2018-06-18 20:27:40 +03:00
alex-eri bb63715634 example not working (#168) 2018-06-13 23:19:25 +03:00
Skorpeo 79e811ea79 Update usage.rst (#167) 2018-06-13 14:10:13 +03:00
pyup.io bot 4c824c34c1 Scheduled weekly dependency update for week 23 (#166)
* Update pytest from 3.5.1 to 3.6.1

* Update sphinx from 1.7.4 to 1.7.5

* Update aiohttp from 3.2.1 to 3.3.1

* Update pyjwt from 1.6.3 to 1.6.4
2018-06-11 22:27:07 +03:00
Oleh Kuchuk 42769df454 JWTIdentityPolicy polishing (#161)
* Polishing JWT policy

* Simplify tests

* Minor cleaning
2018-05-21 22:07:14 +03:00
pyup.io bot ff2171d6c5 Scheduled weekly dependency update for week 20 (#162)
* Update aiohttp-session from 2.4.0 to 2.5.1

* Update aiopg from 0.13.2 to 0.14.0

* Update aiohttp from 3.2.0 to 3.2.1

* Update pyjwt from 1.6.1 to 1.6.3
2018-05-21 22:04:26 +03:00
pyup.io bot 6638432aac Scheduled weekly dependency update for week 18 (#159)
* Update pytest from 3.5.0 to 3.5.1

* Update pytest-mock from 1.6.3 to 1.10.0

* Update sphinx from 1.7.3 to 1.7.4

* Update aiohttp-session from 2.3.0 to 2.4.0

* Update aiohttp from 3.1.3 to 3.2.0

* Pin pyjwt to latest version 1.6.1
2018-05-07 20:09:01 +03:00
Alexander Pantyukhin 78e752e65f add JWTIdentityPolicy into __init__ file. (#157) 2018-05-01 11:06:35 +03:00
Patryk Lorenowicz f8dcc4a6de Rewrite 'simple example' in docs, added it to demo dir (#154) 2018-04-26 12:15:12 +03:00
Alexander Pantyukhin 27ffe6dc3c init for jwt identity (#147) 2018-04-25 23:52:36 +03:00
pyup.io bot 29166f4743 Update sphinx from 1.7.2 to 1.7.3 (#153) 2018-04-24 22:52:10 +03:00
pyup.io bot b982e2136c Update aiohttp from 3.1.2 to 3.1.3 (#149) 2018-04-19 13:15:19 +03:00
Alexander Pantyukhin 797d892ac1 fix setup to read version on windows (#145)
* fix setup to read version on windows

* remove redundat parameter U
2018-04-11 14:20:01 +03:00
pyup.io bot c5c39ce2b8 Update aiohttp from 3.1.1 to 3.1.2 (#146) 2018-04-11 13:23:35 +03:00
pyup.io bot 46e50fede8 Scheduled weekly dependency update for week 13 (#142)
* Update cryptography from 2.2.1 to 2.2.2

* Update aiohttp from 3.1.0 to 3.1.1
2018-04-07 16:23:00 +03:00
Alexander Pantyukhin c172da2b42 fix_readme (#143) 2018-04-06 21:29:38 +03:00
pyup.io bot 6e0cedaac7 Scheduled weekly dependency update for week 12 (#141)
* Update pytest from 3.4.2 to 3.5.0

* Update sphinx from 1.7.1 to 1.7.2

* Update cryptography from 2.2 to 2.2.1

* Update aiohttp from 3.0.9 to 3.1.0
2018-03-28 09:17:24 +07:00
pyup.io bot 475b666a8e Scheduled weekly dependency update for week 11 (#140)
* Update cryptography from 2.1.4 to 2.2

* Update aiohttp from 3.0.7 to 3.0.9
2018-03-23 14:46:29 +07:00
pyup.io bot 363f3b71c0 Scheduled weekly dependency update for week 10 (#138)
* Update pytest from 3.4.1 to 3.4.2

* Update aiohttp from 3.0.6 to 3.0.7
2018-03-12 19:20:07 +02:00
Oleh Kuchuk 9da55517b2 correct example linking (#136) 2018-03-06 14:21:40 +02:00
pyup.io bot d375b22f1b Scheduled weekly dependency update for week 09 (#135)
* Update pytest from 3.3.2 to 3.4.1

* Update coverage from 4.4.2 to 4.5.1

* Update sphinx from 1.6.6 to 1.7.1

* Update aiohttp-session from 2.1.0 to 2.3.0

* Update aioredis from 1.0.0 to 1.1.0

* Update aiohttp from 2.3.9 to 3.0.6
2018-03-05 19:38:35 +02:00
Andrew Svetlov 4506c306a7 Relax travis matrix 2018-02-26 17:50:56 +02:00
Phil Elson 9b9b848fdd Two trivial typos. (#129) 2018-02-01 10:50:58 +02:00
Eduard Nabokov 1679f6713b Update docs and demo with login required, has permission (#128)
* Work on

* Update docs with login_required and has_permission
2018-01-24 12:29:20 +02:00
pyup.io bot f9628b0ac1 Update aiohttp from 2.3.7 to 2.3.9 (#127) 2018-01-23 11:31:22 +02:00
pyup.io bot f8940c0696 Scheduled weekly dependency update for week 01 (#126)
* Update pytest from 3.3.1 to 3.3.2

* Update sphinx from 1.6.5 to 1.6.6

* Update aiopg from 0.13.1 to 0.13.2
2018-01-08 23:42:12 +02:00
Grygorii Yermolenko 5d1195b85d Small updates in readme and docs (#125)
- add info about installation with extra ([]session])
- add links to examples
- move `Public api` header into related section
2018-01-03 12:09:11 +02:00
Andrew Svetlov 8360095011 Fix years 2018-01-02 14:31:39 +02:00
Grygorii Yermolenko d89f6b7e3d Fix in demos related to async-await syntax (#123)
- remove 3.4 version from setup.py
- add cryprography package to requirements since it is used in
dictionary_auth
- add a few missed async kwords
2018-01-02 14:31:19 +02:00
pyup.io bot db7dbd9b07 Scheduled weekly dependency update for week 00 (#124)
* Update pytest from 3.2.5 to 3.3.1

* Update aiohttp-session from 1.2.1 to 2.1.0

* Update aiohttp from 2.3.3 to 2.3.7

* Update pytest-aiohttp from 0.1.3 to 0.3.0
2018-01-02 14:28:32 +02:00
Andrew Svetlov 5b2ff779c3 Switch to async/await syntax 2017-12-13 16:51:46 +02:00
pyup.io bot b9dee120c3 Scheduled weekly dependency update for week 47 (#115)
* Update pytest from 3.2.3 to 3.2.5

* Update aiohttp-session from 1.2.0 to 1.2.1

* Update aioredis from 0.3.5 to 1.0.0

* Update aiohttp from 2.3.2 to 2.3.3
2017-11-22 19:59:14 +02:00
Andrew Svetlov aff9a6a915 Bump to 0.2.0 2017-11-17 17:54:46 +02:00
Andrew Lytvyn 92e6fec6f5 is_anonymous, login_required, has_permission helpers (#114)
* add is_anonymous helper function and login_required, has_permission decorators

* add docs for `is_anonymous`, `login_required` and `has_permission` functions

* permission can be `enum.Enum` object; cover with tests

* isort fix
2017-11-17 17:51:40 +02:00
pyup.io bot 810312b508 Scheduled weekly dependency update for week 46 (#113)
* Update coverage from 4.4.1 to 4.4.2

* Update aiohttp-session from 1.0.1 to 1.2.0

* Update aioredis from 0.3.4 to 0.3.5

* Update aiohttp from 2.3.1 to 2.3.2
2017-11-13 16:46:55 +02:00
pyup.io bot 18a04b879e Scheduled weekly dependency update for week 44 (#111)
* Update flake8 from 3.4.1 to 3.5.0

* Update sphinx from 1.6.4 to 1.6.5

* Update aioredis from 0.3.3 to 0.3.4

* Update aiohttp from 2.2.5 to 2.3.1
2017-10-30 16:41:06 +02:00
Andrew Svetlov cd833edb6c Update trove classifiers 2017-10-17 12:41:11 +03:00
Andrew Svetlov 0694e6e084 Add autodeployment on travis 2017-10-17 12:39:18 +03:00
Andrew Svetlov 63870d992e Bump to 0.1.2 2017-10-17 12:37:09 +03:00
Alex Kuzmenko aef24fae3d `aiohttp-session` is not required (#107)
* aiohttp_session is not required

* fix code coverage

* has_aiohttp_session -> HAS_AIOHTTP_SESSION
2017-10-17 12:32:53 +03:00
Nikolay Novik 747ec05cfb Merge pull request #109 from alxpy/alxpy-patch-7
Added new python versions to travis-ci
2017-10-10 16:51:15 +03:00
Alex Kuzmenko 66391b9f25 added new python versions to travis-ci 2017-10-10 16:44:17 +03:00
pyup.io bot a46ca6ec68 Scheduled weekly dependency update for week 41 (#106)
* Update pytest from 3.2.2 to 3.2.3

* Update sphinx from 1.6.3 to 1.6.4
2017-10-10 14:39:07 +03:00
Devin Fee 1a9ab6424e added simplistic dictionary_auth example (#105) 2017-09-19 11:54:37 +03:00
pyup.io bot b0895806af Scheduled weekly dependency update for week 38 (#104)
* Update pytest-cov from 2.4.0 to 2.5.1

* Update coverage from 4.3.4 to 4.4.1

* Update pytest-aiohttp from 0.1.2 to 0.1.3
2017-09-18 18:27:15 +03:00