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