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
When I use your Python package, things work really well, so many thanks for it. 😀
However, there is one thing, where I ask myself, whether I can do much better here. When I try to reach my doc page, it looks like this:
When I click on the locking the top right, it looks like this
And after I enter the right token_id, I can work with the doc page as intended.
However, getting the token_id is quite cumbersome, as it usually involves curl requests etc.
It would be much nicer, if I am automatically logged in from Auth0, if I authenticated somewhere else in my browser. If I did not authenticate somewhere, then this here pops up
and after authenticating, I can work as intended. Is that possible?
The text was updated successfully, but these errors were encountered:
When I use your Python package, things work really well, so many thanks for it. 😀
However, there is one thing, where I ask myself, whether I can do much better here. When I try to reach my doc page, it looks like this:
When I click on the locking the top right, it looks like this
And after I enter the right
token_id
, I can work with the doc page as intended.However, getting the
token_id
is quite cumbersome, as it usually involves curl requests etc.It would be much nicer, if I am automatically logged in from Auth0, if I authenticated somewhere else in my browser. If I did not authenticate somewhere, then this here pops up
and after authenticating, I can work as intended. Is that possible?
The text was updated successfully, but these errors were encountered: