-
Notifications
You must be signed in to change notification settings - Fork 792
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
Island: Add /api/request-otp endpoint #3083
Conversation
Could we base this off of |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #3083 +/- ##
===========================================
+ Coverage 67.56% 67.58% +0.01%
===========================================
Files 443 444 +1
Lines 12720 12730 +10
===========================================
+ Hits 8594 8603 +9
- Misses 4126 4127 +1 see 4 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
f150f5d
to
a975ae4
Compare
monkey/monkey_island/cc/services/authentication_service/flask_resources/agent_otp.py
Show resolved
Hide resolved
After much discussion, we settled on |
3b184e5
to
a25ac6c
Compare
What does this PR do?
Fixes part of #3076.
Adds mock endpoint for requesting OTP
PR Checklist
Testing Checklist