-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
customAuth requires user and pass in credentials #1584
Closed
bugslifesolutions opened this issue
Oct 21, 2023
· 1 comment
· Fixed by #1585 or Akuzike8/ueis_node#3 · May be fixed by ksenijam14/sunny-hill#3, NelipeFunes/Felipe-Website#300 or Vux142857/nodejs-MVC-ecommerce#42
Closed
customAuth requires user and pass in credentials #1584
bugslifesolutions opened this issue
Oct 21, 2023
· 1 comment
· Fixed by #1585 or Akuzike8/ueis_node#3 · May be fixed by ksenijam14/sunny-hill#3, NelipeFunes/Felipe-Website#300 or Vux142857/nodejs-MVC-ecommerce#42
Comments
Yes, you are correct. With customAuth these properties should not be required, I’ll look into it. |
bugslifesolutions
added a commit
to bugslifesolutions/reaction
that referenced
this issue
Nov 16, 2023
This was referenced May 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems the intent of the customAuth feature is to permit custom authentication with custom options and therefore the provided
options
should satisfy the constraints vs throwing a Missing credentials error whenuser
andpass
are not provided.The text was updated successfully, but these errors were encountered: