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

Encrypt jwt in manifest, stream urls #144

Open
oneplusreddy opened this issue Sep 8, 2024 · 2 comments
Open

Encrypt jwt in manifest, stream urls #144

oneplusreddy opened this issue Sep 8, 2024 · 2 comments

Comments

@oneplusreddy
Copy link

oneplusreddy commented Sep 8, 2024

If I share my self-hosted configuration URL with friends and family, once they start using Comet, they can see JWT details, including our information like debrid APIs, in the browser's network tab. Is it possible to encrypt the JWT with a secret key in the URLs so that only the self-hosted Python files can understand it?

@g0ldyy
Copy link
Owner

g0ldyy commented Sep 8, 2024

yes it is possible

@Zaarrg
Copy link

Zaarrg commented Nov 26, 2024

@oneplusreddy

If you still need that feature you can try my fork comet-uncached. Mainly for uncached support but also has the env TOKEN . You can also find a example env file for that fork here. When provided it will encrypt the config in the url and then decrypt it when received for example when playing a video. Hiding the config when traveling over the network.

Would appreciate any help any feedback to find bugs faster an make the pr possible faster of that fork.

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

No branches or pull requests

3 participants