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
Users can create API keys with the expiration set to today. However, those are always invalid since they can't specify the time to expire. We should either forbid that or return a more verbose response (currently it returns 401 not authorized).
Users can create API keys with the expiration set to today. However, those are always invalid since they can't specify the time to expire. We should either forbid that or return a more verbose response (currently it returns 401 not authorized).
datameta/datameta/security/__init__.py
Lines 112 to 114 in d774c22
The text was updated successfully, but these errors were encountered: