Skip to content
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

fix support for JWT authentication in API, metrics, playback, pprof #3253

Merged
merged 2 commits into from Apr 18, 2024

Conversation

rfscheidt
Copy link
Contributor

I've made some modifications related to JWT authentication that I would like to bring to your attention. It appears that token validation was not being performed in the methods listed below. Additionally, I attempted to integrate it with HLS, but encountered some issues. It might be beneficial to review these changes to ensure everything is functioning as expected.

Modified Files:

internal/api/api.go
internal/metrics/metrics.go
internal/playback/server.go
internal/pprof/pprof.go

Your feedback and review on these changes would be greatly appreciated. Please let me know if there are any concerns or if further adjustments are needed.

Thank you for your attention to this matter.

@rfscheidt
Copy link
Contributor Author

@aler9 do you have time do review this PR?

Rafael Scheidt and others added 2 commits April 18, 2024 23:24
I've made some modifications related to JWT authentication that I would like to bring to your attention. It appears that token validation was not being performed in the methods listed below. Additionally, I attempted to integrate it with HLS, but encountered some issues. It might be beneficial to review these changes to ensure everything is functioning as expected.

Modified Files:

internal/api/api.go
internal/metrics/metrics.go
internal/playback/server.go
internal/pprof/pprof.go
Your feedback and review on these changes would be greatly appreciated. Please let me know if there are any concerns or if further adjustments are needed.

Thank you for your attention to this matter.
@aler9 aler9 changed the title adjust to auth jwt fix support for JWT authentication in API, metrics, playback, pprof Apr 18, 2024
@aler9 aler9 merged commit 2bd8ac7 into bluenviron:main Apr 18, 2024
6 checks passed
@aler9
Copy link
Member

aler9 commented Apr 18, 2024

i added tests and merged, thanks!

@aler9 aler9 mentioned this pull request Apr 18, 2024
13 tasks
Copy link
Contributor

This issue is mentioned in release v1.8.0 🚀
Check out the entire changelog by clicking here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants