-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore: Migrate to flask_jwt_extended #6216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Migrate to flask_jwt_extended #6216
Conversation
37b9ee3 to
3b85713
Compare
Codecov Report
@@ Coverage Diff @@
## development #6216 +/- ##
===============================================
+ Coverage 65.93% 65.94% +0.01%
===============================================
Files 288 288
Lines 14552 14558 +6
===============================================
+ Hits 9595 9601 +6
Misses 4957 4957
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## development #6216 +/- ##
===============================================
- Coverage 65.93% 65.88% -0.05%
===============================================
Files 288 288
Lines 14552 14575 +23
===============================================
+ Hits 9595 9603 +8
- Misses 4957 4972 +15
Continue to review full report at Codecov.
|
| @@ -1,7 +1,5 @@ | |||
| from datetime import datetime | |||
|
|
|||
| from flask_jwt import current_identity as current_user | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iamareebjamal This was an oversight right? I think this is causing a 500 which is causing #6283
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Current_user became undefined after this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, my mistake. I thought this was covered by tests and did a Find/Replace. Not know how it slipped
No description provided.