-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello,
I have a few questions / comments about token identification.
Currently, the documentation does not explain a lot about tokens. It is only mentioned in relation to Matlab's API tool:
When login with Python, the API asks for a username. But in fact, the user has to enter their email address.
This is explained in the docs, but could be clarified in the interface, as the user may not know that.
Once connected, the Python API returns a token.
I didn't see a way to get that token from the web API. I also didn't expect to get it from the Python API. Maybe I missed something, but I think this could be clarified in the documentation.
Once we have a token, what is the Python method to authenticate with it?
Peter, you mentioned in #7 that tokens do not expire. Is that still true?
Thanks!

