-
Notifications
You must be signed in to change notification settings - Fork 59
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
Add support to manage Event Streams #1134
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1134 +/- ##
==========================================
+ Coverage 70.44% 70.62% +0.18%
==========================================
Files 96 98 +2
Lines 13674 14029 +355
==========================================
+ Hits 9632 9908 +276
- Misses 3468 3524 +56
- Partials 574 597 +23 ☔ View full report in Codecov by Sentry. |
go.mod
Outdated
@@ -8,7 +8,7 @@ replace github.com/mholt/archiver/v3 => github.com/anchore/archiver/v3 v3.5.2 | |||
require ( | |||
github.com/AlecAivazis/survey/v2 v2.3.7 | |||
github.com/PuerkitoBio/rehttp v1.4.0 | |||
github.com/auth0/go-auth0 v1.14.0 | |||
github.com/auth0/go-auth0 v1.15.1-0.20250205065843-30f47e357fdc |
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.
should replace with release version
--- | ||
# auth0 events | ||
|
||
Events are a way for Auth0 customers to synchronize, correlate or orchestrate changes that occur within Auth0 or 3rd-party identity providers to your app or 3rd party services. |
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.
Can we simplify this a bit
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.
LGTM!
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.
LGTM
Events are a way for Auth0 customers to synchronize, correlate or orchestrate changes that occur within Auth0 or 3rd-party identity providers to your app or 3rd party services.
🔧 Changes
New commands have been included to support below operations:
📚 References
🔬 Testing
Relevant unit tests and integrations tests have been added.
📝 Checklist