-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
support PhantAuth authentication #5850
Conversation
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.
Thanks for the contribution! Just a few changes
src/Adapters/Auth/phantauth.js
Outdated
* PhantAuth was designed to simplify testing for applications using OpenID Connect | ||
* authentication by making use of random generated users. | ||
* | ||
* To learn more, please go to: https://wwww.phantauth.net |
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.
https://www.phantauth.net, you have an extra w
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.
thanx, fixed
src/Adapters/Auth/phantauth.js
Outdated
}); | ||
} | ||
|
||
// Returns a promise that fulfills iff this app id is valid. |
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.
*if
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.
thanx, fixed
Codecov Report
@@ Coverage Diff @@
## master #5850 +/- ##
=========================================
+ Coverage 93.66% 93.7% +0.03%
=========================================
Files 150 151 +1
Lines 10616 10626 +10
=========================================
+ Hits 9944 9957 +13
+ Misses 672 669 -3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #5850 +/- ##
==========================================
+ Coverage 93.66% 93.71% +0.05%
==========================================
Files 150 151 +1
Lines 10616 10621 +5
==========================================
+ Hits 9944 9954 +10
+ Misses 672 667 -5
Continue to review full report at Codecov.
|
* support PhantAuth authentication * fix spelling issues * Add test case
PhantAuth was designed to simplify testing of applications using OpenID Connect authentication by making use of randomly generated users.
By using PhantAuth, you can test applications built on Parse Server with an unlimited number of test users. It could bring the developers of applications using Parse Server considerable added value.
To learn more, please visit: https://www.phantauth.net