issues
search
kumar303
/
mohawk
Python library for Hawk HTTP authorization
BSD 3-Clause "New" or "Revised" License
47
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
nose -> pytest
#59
pyrox0
opened
3 months ago
0
Drop Python 2.6, use 3.7.4 for development commands
#58
kumar303
closed
5 years ago
0
Support file objects as content. Fixes #56
#57
catlee
closed
5 years ago
0
Support file objects as content
#56
catlee
closed
5 years ago
0
MACs do not match
#55
Cylkal
closed
5 years ago
2
Sending a garbage value to check_bewit should raise HawkFail
#54
kumar303
opened
5 years ago
0
Release of the latest changes
#53
aj-sp
closed
5 years ago
1
Test commit - do not merge
#52
kumar303
closed
5 years ago
1
Allow unhashed payloads when content is empty
#51
kumar303
closed
5 years ago
1
`seen_nonce` warning in `Sender.accept_response`
#50
jkeys089
opened
5 years ago
6
Allow Receiver to accept requests if both the hash and payload are missing
#49
jcwilson
closed
5 years ago
16
MACs mismatch when behind ssl proxy server
#48
rawbeans
opened
6 years ago
2
Add option to `Receiver` class to allow deferring content hash check
#47
rneilson
opened
7 years ago
5
Deprecate and rename the accept_untrusted_content=False keyword
#46
rneilson
opened
7 years ago
6
Change default values of `content`, `content_type` for hash checks
#45
rneilson
closed
7 years ago
8
Add Python 3.6 to tox/Travis env list
#44
rneilson
closed
7 years ago
8
ValueError with accept_untrusted_content=True and hash provided in header.
#43
torotil
closed
7 years ago
21
Compare bewit MACs in constant time
#42
thusoy
closed
7 years ago
4
Remove support for escape characters in bewit `ext`
#41
kumar303
closed
7 years ago
2
Deprecate and rename the always_hash_content=False keyword
#40
kumar303
closed
7 years ago
6
warn about exposing exception messages
#39
kumar303
closed
7 years ago
0
Fix deprecation warnings
#38
thusoy
closed
7 years ago
7
Use of deprecated method logger.warn
#37
thusoy
closed
7 years ago
0
Refactor header parsing
#36
thusoy
closed
7 years ago
17
Reject empty auth headers
#35
thusoy
closed
7 years ago
0
Commas in header values break parsing
#34
thusoy
closed
7 years ago
1
Use explicit matching for a-z, A-Z and 0-9
#33
thusoy
closed
8 years ago
8
re.LOCALE with str pattern deprecated on python 3.5
#32
thusoy
closed
8 years ago
8
Document how to release python wheels
#31
kumar303
closed
8 years ago
0
Update publishing a release docs with wheel instructions
#30
edmorley
closed
8 years ago
3
Convert readthedocs link for their .org -> .io migration for hosted projects
#29
adamchainz
closed
8 years ago
1
Check MAC before calculating the content-hash (issue #15)
#28
torotil
closed
8 years ago
3
Update util.py
#27
dav92lee
closed
8 years ago
4
make sure client id isn't bytes on py3 before doing str ops on it
#26
escapewindow
closed
8 years ago
7
Fix up clock sync docs
#25
kumar303
closed
8 years ago
0
Requests with missing body or content type cause an unexpected ValueError
#24
edmorley
closed
7 years ago
19
Handle non-string 'Authorization' header more gracefully
#23
edmorley
closed
7 years ago
3
Allow non-dict credentials (fixes #21)
#22
kumar303
closed
8 years ago
0
Please remove the `if not isinstance(creds, dict):`check
#21
klahnakoski
closed
8 years ago
3
bewit's URL safe encoding should not = pad bewits
#20
jhford
opened
8 years ago
1
Add expiration to bewits
#19
jhford
closed
8 years ago
1
PyPI package includes the mohawk tests
#18
edmorley
closed
8 years ago
2
Add a high level bewit interface and docs
#17
kumar303
opened
9 years ago
3
Add PyPI, Travis & Read the Docs badges to README and docs
#16
edmorley
closed
9 years ago
1
Provided payload hash should be used when validating MAC
#15
gregarndt
closed
8 years ago
15
Provide wheel distribution on PyPI
#14
edmorley
closed
8 years ago
2
Add support & tests for generating bewits.
#13
catlee
closed
9 years ago
2
Support NTP for timestamp synchronization
#12
kumar303
opened
9 years ago
1
Implement bewit (single URI authorization)
#11
kumar303
closed
8 years ago
1
seen_nonce receives sender's id
#10
jcwilson
closed
9 years ago
2
Next