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
We have run into api key problems multiple times, and it might be easier if we handled this once in for all by just piggybacking off Django sessions during our fragile state of development.
The text was updated successfully, but these errors were encountered:
At the weekly check-in we decided to make the switch to SessionAuthentication. We can always add ApiKeyAuthentication back if we want, but switching to SessionAuth will make things simpler in the meantime.
We have run into api key problems multiple times, and it might be easier if we handled this once in for all by just piggybacking off Django sessions during our fragile state of development.
The text was updated successfully, but these errors were encountered: