-
Notifications
You must be signed in to change notification settings - Fork 21
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
error page for ftp login #33
Comments
I gave this one some thoughts and the main reason the login page is in a separate window is because we were lazy. We could totally set a redirectURI for non-OAuth services to an endpoint that open a pop-in or something. This way we stay in the React app and everything will be easier. What do you think of that @lexoyo @SouroucheB? |
Even better, we should check if a service use OAuth and use a different login strategy if it don't. |
interesting. |
Yes, that would be here to change the |
When ftp login fails the error window says that ok button allows repeat the login, but it open a blank window. The proccess loses the service name and can not open the right login window. |
At least, I think I get the objetive, a popup window for login, with this pull request #79. |
Right now when you try to login to ftp and give the wrong login or pass, the error is displayed as JSON
There should be a page to display auth errors for FTP
Then we should use this page also for SFTP and maybe other services too
CC @JbIPS
The text was updated successfully, but these errors were encountered: