-
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 for configuring phone provider #1137
base: main
Are you sure you want to change the base?
Add support for configuring phone provider #1137
Conversation
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.16.0 | |||
github.com/auth0/go-auth0 v1.16.1-0.20250212051907-88b14d38822d |
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.
Please use release version
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.
Test check are not passing please check
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1137 +/- ##
==========================================
- Coverage 70.60% 70.58% -0.03%
==========================================
Files 98 101 +3
Lines 14029 14433 +404
==========================================
+ Hits 9905 10187 +282
- Misses 3526 3621 +95
- Partials 598 625 +27 ☔ View full report in Codecov by Sentry. |
Auth0 provides integration capabilities with many phone providers like custom, twilio etc.
As an extension to this, it now also supports Custom Phone Provider which is tied to an action.
🔧 Changes
Add auth0 phone provider commands:
📚 References
🔬 Testing
📝 Checklist