-
Notifications
You must be signed in to change notification settings - Fork 5
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
signin with email and password #174
Comments
You are correct, this feature does not exist. I think this would be pretty easy to add. We will add this shortly. |
thank you, i will implement this project in a service that i am developing, so i must be more familiar with the convergence code sun, and i will be able to contribute, as soon as i can contribute i will start implementing a client in python and ruby, from what i have seen so far it didn't seem so complicated |
The client side is not too complicated. We would love to collaborate with you. |
We are working on this now. This will likely involve a small breaking API change. RIght now we have the following method:
And
We will update this to be:
This will allow the caller to provide an email or username. The Interface name will change though, to correctly name the interface. Not a big change, but it will be breaking. |
sounds good, when ready i will test it, thanks |
One thing I did find, looking at the domain schema it appears that email is not a unique constraint for domain users. I would think we would need to make domain user emails unique if this were going to work. |
Versions
Please fill in all that apply:
Description
hello, guys, I didn't see anything in the documentation related to login with email and password, only with username, jwt, or anonymously, would it be possible to do this implementation? or if you can show me some methods responsible for the login, and their flows, I could try to implement, thanks
The text was updated successfully, but these errors were encountered: