-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 Tests for checking auth through app passwords and token #36616
Conversation
@dpakach https://drone.owncloud.com/owncloud/core/22113/32/12
|
1140907
to
7924d65
Compare
Codecov Report
@@ Coverage Diff @@
## master #36616 +/- ##
=========================================
Coverage 64.68% 64.68%
Complexity 19071 19071
=========================================
Files 1268 1268
Lines 74522 74522
Branches 1312 1312
=========================================
Hits 48207 48207
Misses 25930 25930
Partials 385 385
Continue to review full report at Codecov.
|
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.
Only a few word to change in comments. I will do these in a next PR that reformats a bunch of other stuff in feature files...
@@ -74,6 +79,16 @@ public function getAppToken() { | |||
return $this->appToken; | |||
} | |||
|
|||
/** | |||
* get the app token that was last generated |
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.
* get the app token that was last generated | |
* get the app tokens that were last generated |
} | ||
|
||
/** | ||
* Use the private API to generate an app password |
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.
* Use the private API to generate an app password | |
* Use the private API to delete an app password |
Description
Add Tests for checking auth through app passwords and token
Related Issue
Motivation and Context
How Has This Been Tested?
🤖
Screenshots (if appropriate):
Types of changes
Checklist: