-
Notifications
You must be signed in to change notification settings - Fork 23
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
major fixes #455
major fixes #455
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.
Just a code comments skim for now, but this generally seems reasonable. I'll review logic tomorrow.
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.
I don't think I'm a qualified reviewer on this repo, and you should take my JS reading with a lot of salt, but, I can see where you're going. Attempting an r+ but I bet it'll be squashed to just an f+
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.
I've read through all of this and it seems familiar and/or fine. (Other reviews also welcome.)
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.
Nice clean up work!
* Added missing semicolons and remove unnecessary one * Removed publishSNSMessage function which was a legacy alert component and not longer used. * Rearranged function declaration and call to proper declare->call order
* Fixed the auth0 API URL path * Changed the searchMultipleEmailCases call to a .then().catch() in order to properly resolve the returned promise
The current state of this PR has been tested up and down on the dev tenant. |
This is a collection of major changes to the auth0 rules in order to fix various issues.