fre5h / CentrifugoBundle

📦 Provides communication with web-socket server Centrifugo in Symfony applications.
https://centrifugal.github.io/centrifugo/
MIT License
74 stars 8 forks source link

JWT token authentication #2

Closed fre5h closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #2 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##              master        #2    +/-   ##
============================================
  Coverage     100.00%   100.00%            
- Complexity       144       220    +76     
============================================
  Files             33        40     +7     
  Lines            459       640   +181     
============================================
+ Hits             459       640   +181     
Impacted Files Coverage Δ Complexity Δ
Command/ChannelsCommand.php 100.00% <100.00%> (ø) 4.00 <0.00> (ø)
Command/PresenceCommand.php 100.00% <100.00%> (ø) 10.00 <2.00> (+3.00)
DependencyInjection/Configuration.php 100.00% <100.00%> (ø) 1.00 <0.00> (ø)
DependencyInjection/FreshCentrifugoExtension.php 100.00% <100.00%> (ø) 1.00 <0.00> (ø)
Service/Centrifugo.php 100.00% <100.00%> (ø) 18.00 <2.00> (ø)
...annelAuthenticator/PrivateChannelAuthenticator.php 100.00% <100.00%> (ø) 22.00 <22.00> (?)
Service/Credentials/CredentialsGenerator.php 100.00% <100.00%> (ø) 12.00 <12.00> (?)
Service/Jwt/JwtGenerator.php 100.00% <100.00%> (ø) 7.00 <7.00> (?)
Token/AbstractJwtPayload.php 100.00% <100.00%> (ø) 8.00 <8.00> (?)
Token/JwtAlgorithm.php 100.00% <100.00%> (ø) 2.00 <2.00> (?)
... and 9 more

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 a19c3c7...8aa66e6. Read the comment docs.