-
Notifications
You must be signed in to change notification settings - Fork 18
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
Feat/webhook cruds #313
base: saas
Are you sure you want to change the base?
Feat/webhook cruds #313
Conversation
e1ce6e0
to
2ef5451
Compare
@@ -0,0 +1,238 @@ | |||
use actix_web::{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mahatoankitkumar I don't think this should sit in CAC as its used across all crates. You should move webhooks code to superposition crate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
took a quick glance
2ef5451
to
8e9936c
Compare
* feat: Add auth via OAUTH2 * feat: Make auth endpoints part of AuthHandler
8e9936c
to
2018276
Compare
Problem
Webhook Crud
Post-deployment activity
Change the execute_webhook_call to take webhooks from the table instead of tenant_config.