lbry-sdk/lbrynet/lbrynet_daemon/auth
Jack 130f9cfc4d api sessions
-user starts a httpauthsession with an api key and name
-user initializes jsonrpc hmac secret to sha256 of session id
-server sends new random hmac secret after each api call

-a user without an authenticated session will get a authorization error
2016-09-20 16:58:30 -04:00
..
__init__.py api sessions 2016-09-20 16:58:30 -04:00
auth.py api sessions 2016-09-20 16:58:30 -04:00
client.py api sessions 2016-09-20 16:58:30 -04:00
server.py api sessions 2016-09-20 16:58:30 -04:00
util.py api sessions 2016-09-20 16:58:30 -04:00