Logout remote connection after getting credentials
When a user clicks on "Get credentials", a new window appears where users can authenticate themselves. It is a remote window implementing whatever mechanism the target cloud implements. When the authentication window opens, the "Get credentials" button disappears. After the authentication is complete or canceled, the following operations take place synchronously and the order they appear bellow: - if the authentication window is open, close it - remove all cookies related to the account and pithos UI URLs - Reactivate the "Get credentials" button.
Showing
- agkyra/__init__.py 1 addition, 1 deletionagkyra/__init__.py
- agkyra/cli.py 21 additions, 10 deletionsagkyra/cli.py
- agkyra/gui.py 7 additions, 9 deletionsagkyra/gui.py
- agkyra/gui/menu.html 90 additions, 57 deletionsagkyra/gui/menu.html
- agkyra/gui/protocol.js 5 additions, 4 deletionsagkyra/gui/protocol.js
- agkyra/gui/settings.html 71 additions, 26 deletionsagkyra/gui/settings.html
- agkyra/gui/settings.js 30 additions, 0 deletionsagkyra/gui/settings.js
- agkyra/protocol.py 23 additions, 27 deletionsagkyra/protocol.py
Loading
Please register or sign in to comment