-
Notifications
You must be signed in to change notification settings - Fork 4
Token expires before package upload is finished #142
Copy link
Copy link
Open
Labels
DaemonChanges related to the backendChanges related to the backendbugSomething isn't workingSomething isn't working
Milestone
Description
The current design allows package full upload before checking for token (in JwtFilter) and permissions (in methods bodies). In case if internet connection is slow or if the package file is too big, this leads to the token expiration before the upload finishes. It makes sense to at least check the token before upload starts.
It seems Drogon framework allows doing that via AOP joinpoints.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DaemonChanges related to the backendChanges related to the backendbugSomething isn't workingSomething isn't working
Type
Projects
Status
In progress