You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have hasRegistrationKeys() and hasPermanentKeys() which just check if the TentApp object has keys at all. Should have another method which checks if the keys work.
Call it verifyAuthKeys()
For example, this could be done by doing a getFollowers() and checking if the auth fails in the process. This will be easier once there is better error handling throughout python-tent-client.
The text was updated successfully, but these errors were encountered:
We have
hasRegistrationKeys()
andhasPermanentKeys()
which just check if the TentApp object has keys at all. Should have another method which checks if the keys work.Call it
verifyAuthKeys()
For example, this could be done by doing a
getFollowers()
and checking if the auth fails in the process. This will be easier once there is better error handling throughout python-tent-client.The text was updated successfully, but these errors were encountered: