NASA-AMMOS / aerie-cli

An unofficial CLI for interacting with Aerie planning software
MIT License
3 stars 4 forks source link

Check_auth claims JWT is still valid, however queries are failing with expired JWT error #121

Open Alexander-Da-Great opened 5 months ago

Alexander-Da-Great commented 5 months ago

I have a client object which I perform the following method call on: client.aerie_host.check_auth(). This returns true, however, when I follow up this line with client.aerie_host.post_to_graphql(GET_PLANS_WITH_SIM_QUERY) I am getting an expired JWT error.