-
Notifications
You must be signed in to change notification settings - Fork 1.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
PLANNING ISSUE: Multi party authentication #2676
Comments
wow i love this page 😆 ✅✅✅✅✅✅ |
@jywarren one way for #2676 (comment) is to have an additional field in the user_model. If a user makes an account on the public lab using the legacy authentication system then it is zero. If a user makes an account via google then it is one, fb=>2, twitter=>3, github=>4. If a user resets a password then this field is reset to zero. So, that way we can check while logging the user in if the username's field is non zero this imply he has not generated password even once. Zero field indicates that the account password is generated by the user Any other idea about this feature? |
I am breaking the front end portion into sequential ftos. So that the I can focus on the other backend features |
This sounds interesting. Can you just walk through whether this could be achieved by looking at the password field itself, and the user tags, and explain to me if that would not be enough information to achieve this? I think I follow but just so we know we're understanding this the same way! |
@jywarren is there any need to bcrypt the uid before storing in the db? I don't think there is a need. |
Yeah, i think we can skip notifications, but display a note on their
profile maybe?
…On Tue, Jul 24, 2018 at 1:31 AM Sidharth Bansal ***@***.***> wrote:
@jywarren <https://github.com/jywarren> is there any need to bcrypt the
uid before storing in the db? I don't think there is a need.
I have added few items to the checklist on which I am working nowadays.
Also, is there any need to notify the user weekly or monthly that they
have not set up there passwords yet OR can we just ignore this?
I think it will be frustrating for the clients to get weekly messages
until they set up their passwords. There are many websites which enables
you to log in and log out without notifying users via email to set
passwords.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2676 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJySJP9IIkeKGawcDHkxsKVWnrpWzks5uJrEZgaJpZM4Tru9Q>
.
|
OK, I have updated the checklist according to your suggestions. |
@jywarren can we close this now? |
Yes! And congratulations! |
Congrats to you to. And thanks for your help. You helped at each stage of the project. You are the best mentor @jywarren . |
I wonder about a couple things --
|
Thanks. I like both of them. The first project seems to me beginner project. So, will like to take it if we need it. What do you suggest? |
@jywarren if we have anything different from RoR/web but ML and AI is involved, even then, I am happy to contribute. I love contributing to PL and learning things here. I want to increase my knowledge. |
well, we have had a long-term interest in trying "interest point finding
and matching" -- i.e. "bundle adjustment" on MapKnitter, so that we may
start to auto-match images against their background map, and/or against
each other. It's a complex problem, but having a modular javaScript library
for it would be amazing. Or, a web service for it so you submit 2 images
and it sends back matched points.
…On Mon, Aug 6, 2018 at 11:25 AM Sidharth Bansal ***@***.***> wrote:
@jywarren <https://github.com/jywarren> if we have anything different
from RoR/web but ML and AI is involved even then I am happy to contribute.
I love contributing to PL and learning things here. I want to increase my
knowledge. I am also interested in web/RoR.
You know a lot of things. Can you please think and tell if any other place
we need it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2676 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ3jn-VJS-aBlMrlXDiOQBWxQzrNSks5uOF_YgaJpZM4Tru9Q>
.
|
Oh you mean two images background comparison to get the common points in both of them. Sound interesting. |
Thanks |
Haha PL really is huge lol ... 😂
…On Mon, Aug 6, 2018, 11:42 AM Sidharth Bansal ***@***.***> wrote:
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2676 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ4ZEWfhGw0gfTSPc3L86_mfj2KT-ks5uOGOqgaJpZM4Tru9Q>
.
|
This is the checklist for the OAuth Login
Implementation common to all providers
Google Provider
Github Provider
Twitter Provider
Facebook Provider
Handling Security Vulnerabilities
Front End
The text was updated successfully, but these errors were encountered: