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.
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