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
Nikolay Novik
dbac083096
Merge pull request #102 from aio-libs/pyup-update-aiohttp-session-1.0.0-to-1.0.1
...
Update aiohttp-session to 1.0.1
2017-09-14 21:11:53 +03:00
pyup.io bot
5811ab90c8
Update pytest from 3.2.0 to 3.2.2 ( #99 )
2017-09-14 13:20:20 +03:00
Andrew Svetlov
4a0a078976
Create .pyup.yml
2017-09-14 13:20:00 +03:00
pyup-bot
22c51b5fd0
Update aiohttp-session from 1.0.0 to 1.0.1
2017-09-14 13:19:18 +03:00
pyup.io bot
921506c3c4
Update aiopg from 0.13.0 to 0.13.1 ( #100 )
2017-09-14 13:18:49 +03:00
pyup.io bot
d30a158345
Update flake8 from 3.3.0 to 3.4.1 ( #97 )
2017-08-04 12:59:21 +03:00
pyup.io bot
df198ae8d1
Update aiohttp from 2.2.3 to 2.2.5 ( #96 )
2017-08-04 12:26:39 +03:00
pyup.io bot
05a4cc03d2
Update aiohttp-session from 0.8.0 to 1.0.0 ( #91 )
2017-08-04 12:25:48 +03:00
pyup.io bot
bbb41dd3ad
Update pytest from 3.1.3 to 3.2.0 ( #94 )
2017-08-02 09:29:27 +03:00
pyup.io bot
f716fb353b
Update pytest from 3.1.2 to 3.1.3 ( #89 )
2017-07-24 09:59:09 +03:00
Thijs Triemstra
e99ce6ba23
update passlib url ( #90 )
2017-07-24 09:58:54 +03:00
pyup.io bot
6ebf9355fc
Update aiohttp from 2.2.2 to 2.2.3 ( #88 )
2017-07-04 19:26:50 +03:00