We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, as I am using Cloudflare Tunnel to secure my stuff it would be great to add another layer of security, instead of basic auth and path.
I would love to see some implementation Like a JWT or Header:
https://developers.cloudflare.com/cloudflare-one/identity/service-tokens/ https://developers.cloudflare.com/cloudflare-one/identity/authorization-cookie/application-token/
Example for the Headers:
CF-Access-Client-Id: <Client ID> CF-Access-Client-Secret: <Client Secret>
Thank you! Kind regards Dominic/3DJupp
The text was updated successfully, but these errors were encountered:
example from another implementation, openhab / http addon in that case.:
baseURL = "https://pihole.domain.tld/admin/api.php", headers="CF-Access-Client-Id=12345678901234567890123456789012.access", "CF-Access-Client-Secret=1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
(dummy data)
Sorry, something went wrong.
No branches or pull requests
Hey, as I am using Cloudflare Tunnel to secure my stuff it would be great to add another layer of security, instead of basic auth and path.
I would love to see some implementation Like a JWT or Header:
https://developers.cloudflare.com/cloudflare-one/identity/service-tokens/
https://developers.cloudflare.com/cloudflare-one/identity/authorization-cookie/application-token/
Example for the Headers:
Thank you!
Kind regards
Dominic/3DJupp
The text was updated successfully, but these errors were encountered: