flownative / flow-openidconnect-client

OpenID Connect Client SDK for Flow Framework
MIT License
6 stars 8 forks source link

BUGFIX: Do not send an empty JWT on every request #21

Closed daniellienert closed 3 years ago

daniellienert commented 3 years ago

This checks the presence of an JWT cookie in the request and only sends an empty cookie, if a cookie with that name is present.

resolves: #20

codecov[bot] commented 3 years ago

Codecov Report

Merging #21 (ff40873) into master (972d23e) will decrease coverage by 0.06%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #21      +/-   ##
============================================
- Coverage     15.44%   15.38%   -0.07%     
- Complexity      188      189       +1     
============================================
  Files             9        9              
  Lines           479      481       +2     
============================================
  Hits             74       74              
- Misses          405      407       +2     
Impacted Files Coverage Δ Complexity Δ
Classes/Http/SetJwtCookieMiddleware.php 0.00% <0.00%> (ø) 15.00 <0.00> (+1.00)

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 972d23e...ff40873. Read the comment docs.