-
Notifications
You must be signed in to change notification settings - Fork 310
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
Implement an optional captcha #1867
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* We'll try this. * Will need further followup to split up auth routine for optimization. This was mentioned in private to/from the establishing owner. * Fork of *hcaptcha* needs to be used for an implementation issue with *express*. See vastus/express-hcaptcha#7 (comment) and OpenUserJS/express-hcaptcha@93fb71d Post OpenUserJS#944
Martii
added
enhancement
Something we do have implemented already but needs improvement upon to the best of knowledge.
UI
Pertains inclusively to the User Interface.
CODE
Some other Code related issue and it should clearly describe what it is affecting in a comment.
needs mitigation
Needs additional followup.
labels
Dec 6, 2021
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Dec 7, 2021
* Protect the login page a little bit more Post OpenUserJS#944 OpenUserJS#1867
Martii
added a commit
that referenced
this pull request
Dec 7, 2021
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Dec 8, 2021
* Fix attach strategy broken from OpenUserJS#1867 * Fix missing redirect QSP ... long time foo. * Prep for request callback verify... split out what can be in auth. Indention is a placeholder for next phase of this and intentional. * Remove and add some duplicate *(but needed duplicate for next phase)* code. * More comments! :) Post OpenUserJS#944 NOTE(s): * This is one of the most complicated routines in the code and took quite a while to match logic *(with a few fixes)*. :P" * Checked for accidental privilege escalation with alter "User" account... none detected on dev.
Martii
added a commit
that referenced
this pull request
Dec 8, 2021
* Fix attach strategy broken from #1867 * Fix missing redirect QSP ... long time foo. * Prep for request callback verify... split out what can be in auth. Indention is a placeholder for next phase of this and intentional. * Remove and add some duplicate *(but needed duplicate for next phase)* code. * More comments! :) Post #944 NOTE(s): * This is one of the most complicated routines in the code and took quite a while to match logic *(with a few fixes)*. :P" * Checked for accidental privilege escalation with alter "User" account... none detected on dev. Auto-merge
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Dec 8, 2021
* Whoops... verify happens in parent dep of our fork... so no need to do this in our code. Ahh more time spent learning the hard way. LOL * Modified fork to accept `SITEKEY` because we expect that to go that way. * Consolidated the `sessionauth` since that's going to be a future thing with code migration. * We have the ability to send the IP to them but need to query the establishing owner first. Post OpenUserJS#944 OpenUserJS#1867
Martii
added a commit
that referenced
this pull request
Dec 8, 2021
* Whoops... verify happens in parent dep of our fork... so no need to do this in our code. Ahh more time spent learning the hard way. LOL * Modified fork to accept `SITEKEY` because we expect that to go that way. * Consolidated the `sessionauth` since that's going to be a future thing with code migration. * We have the ability to send the IP to them but need to query the establishing owner first. Post #944 #1867 Auto-merge
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Dec 8, 2021
Merged
Martii
added a commit
that referenced
this pull request
Dec 8, 2021
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Dec 8, 2021
* Move generated data from captcha to session if available. * Completed a few WARNINGs ... tired of looking at those. ;) :) Post OpenUserJS#944 OpenUserJS#1867 OpenUserJS#37
Merged
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Dec 9, 2021
* If not running captcha it's still there *(even prior to the refactor... saw it in a .user.js a while back)* * Fix non-captcha'd site forks * Refocus on SITEKEY instead of SECRET ... don't want accidental exposure from other devs. Post OpenUserJS#944 OpenUserJS#1867 NOTE: * Special thanks to datinginfos *(a spammer)* for confirming. ;) :)
Merged
Martii
added a commit
that referenced
this pull request
Dec 9, 2021
* If not running captcha it's still there *(even prior to the refactor... saw it in a .user.js a while back)* * Fix non-captcha'd site forks * Refocus on SITEKEY instead of SECRET ... don't want accidental exposure from other devs. Post #944 #1867 NOTE: * Special thanks to datinginfos *(a spammer)* for confirming. ;) :) Auto-merge
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Dec 9, 2021
Merged
Martii
added a commit
that referenced
this pull request
Dec 9, 2021
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Dec 9, 2021
Martii
added a commit
that referenced
this pull request
Dec 9, 2021
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Dec 20, 2021
Post OpenUserJS#1867 OpenUserJS#1883 and applies to OpenUserJS#944 OpenUserJS#609 NOTE: * Tried new account on dev.
Merged
Martii
added a commit
that referenced
this pull request
Dec 20, 2021
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Dec 21, 2021
* Make these sections a tougher meal. Post OpenUserJS#944 OpenUserJS#1867 *(not optional atm)*
Merged
Martii
added a commit
that referenced
this pull request
Dec 21, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
CODE
Some other Code related issue and it should clearly describe what it is affecting in a comment.
enhancement
Something we do have implemented already but needs improvement upon to the best of knowledge.
UI
Pertains inclusively to the User Interface.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Post #944
NOTE(s):
e5ee238...7fe567b