Now, users can only connect to GraphSpace using your username and password.
graphspace = GraphSpace('[email protected]', 'user1')
We need to add a new functionality which allows users to connect to GraphSpace using auth token. Like
graphspace = GraphSpace('auth_token')