eigenkarmanetwork / EKN

EigenKarma Network API
MIT License
6 stars 1 forks source link

Fix #19 #20

Closed tayler6000 closed 2 years ago

tayler6000 commented 2 years ago

get_session_key route was changed to get_current_key Added typing in routes/users.py Added optional service name and key parameters to verify_credentials to verify connection keys. Changed output of verify_credentials route to JSON with the password, type, and expires timestamp. verify_credentials will also create a session key or connection key if necessary. Session keys now work with security 0.

Fixes #19