Skip to content
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

re-authentication support #85

Merged
merged 3 commits into from
Jul 30, 2018
Merged

re-authentication support #85

merged 3 commits into from
Jul 30, 2018

Commits on Jul 23, 2018

  1. The provided patch, will add a /logout URL, which will re-request the…

    … authentication and then redirect you back to the referrer (e.g like http://localhost:2222/ssh/host/myhost.com).
    
    It also adds a menu entry "Switch User" that opens /logout and forces re-authentication.
    Valentin Valchev committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    771800b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Update app.js

    changed URL to `reauth` from `logout` as it's not quite performing a `logout` function.
    billchurch committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    21f2c4e View commit details
    Browse the repository at this point in the history
  2. Update socket.js

    changing from `logout` to `reauth`
    billchurch committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    29804c7 View commit details
    Browse the repository at this point in the history