whole-tale / girder_wholetale

Girder plugin providing basic Whole Tale functionality
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

Set the cookie in case user was authenticated but session does not have it #511

Closed Xarthisius closed 2 years ago

Xarthisius commented 2 years ago

Required for properly handling the case when endpoint is accessed via &token.

codecov[bot] commented 2 years ago

Codecov Report

Merging #511 (313e22f) into master (2275f71) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #511      +/-   ##
==========================================
+ Coverage   93.33%   93.38%   +0.05%     
==========================================
  Files          54       54              
  Lines        4125     4157      +32     
==========================================
+ Hits         3850     3882      +32     
  Misses        275      275              
Impacted Files Coverage Δ
server/__init__.py 93.20% <100.00%> (+0.02%) :arrow_up:
server/models/tale.py 98.09% <100.00%> (+0.01%) :arrow_up:
server/rest/tale.py 96.49% <100.00%> (+0.35%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d0f5986...313e22f. Read the comment docs.