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

Always generate webhook secrets by default #5207

Open
rolodato opened this issue Mar 10, 2025 · 0 comments
Open

Always generate webhook secrets by default #5207

rolodato opened this issue Mar 10, 2025 · 0 comments

Comments

@rolodato
Copy link
Member

Is your feature request related to a problem? Please describe.

When creating a webhook, the "Secret" field is optional and blank by default:

Image

In most cases, this will be fine. However, a more secure default would be to generate a random secret directly from the browser. There's really no reason to ever use unsigned webhooks - if users don't care about the signature, they can choose to not verify it.

Describe the solution you'd like.

Generate random webhook secrets directly when configuring them. Add an option to regenerate a secret if it needs to be changed.

Potentially, do not allow blank webhook secrets entirely.

Describe alternatives you've considered

🤷

Additional context

No response

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

1 participant