Skip to content

Token expires before package upload is finished #142

@LordTermor

Description

@LordTermor

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.

Metadata

Metadata

Assignees

Labels

DaemonChanges related to the backendbugSomething isn't working

Type

No type

Projects

Status

In progress

Relationships

None yet

Development

No branches or pull requests

Issue actions