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

implementation of channel JWT authorization #33

Closed dmnbars closed 7 months ago

dmnbars commented 7 months ago

Implementation of channel JWT authorization Docs

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (22dd85a) 100.00% compared to head (6c4bf2b) 100.00%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #33 +/- ## =========================================== Coverage 100.00% 100.00% - Complexity 371 403 +32 =========================================== Files 69 71 +2 Lines 1232 1308 +76 =========================================== + Hits 1232 1308 +76 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

fre5h commented 7 months ago

@dmnbars thanks. great work. will check on weekend