NASA-AMMOS / aerie-cli

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

Update requests to use JWT authentication headers #64

Closed emiilyxie closed 1 year ago

emiilyxie commented 1 year ago

This is so that the requests work with Aerie v1.10.0

emiilyxie commented 1 year ago

Note: This only works in configurations with auth_method = NATIVE, since Hasura requires authentication. How do we want this to work when auth_method = NONE?

cartermak commented 1 year ago

Closing this as it turns out this was harder than just the header :(