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

Need logout mechanism #542

Closed
pjcross opened this issue Nov 19, 2015 · 6 comments
Closed

Need logout mechanism #542

pjcross opened this issue Nov 19, 2015 · 6 comments

Comments

@pjcross
Copy link
Contributor

pjcross commented Nov 19, 2015

I want to be able to explicitly logout of Slycat. When demoing on other people's machines, I want to be sure that my access and credentials are terminated when I'm done.

@pjcross
Copy link
Contributor Author

pjcross commented Nov 19, 2015

I'm imaging it as a drop down option from the username.

@Mletter1
Copy link
Collaborator

@Mletter1
Copy link
Collaborator

may turn logout function into part of the authentication tool

@Mletter1
Copy link
Collaborator

After discussion with Tim we will need to move away from basic auth and create our own custom authentication method in order for us to be able to have a proper log-out mechanism

Mletter1 pushed a commit that referenced this issue Dec 7, 2015
Mletter1 pushed a commit that referenced this issue Dec 7, 2015
@alexsielicki
Copy link
Collaborator

@Mletter1, I did a little more testing after you left and it turns out that signout only breaks if you use the back button after canceling. So:

  1. Click Sign Out
  2. Click Cancel
  3. Click Back button
  4. Sign back in
  5. Click Sign Out
  6. Problem: you just go to projects page instead of being signed out.

However:

  1. Click Sign Out
  2. Click Cancel
  3. Click Reload button
  4. Sign back in
  5. Click Sign Out
  6. No Problem: you are prompted to sign in again.

@Mletter1
Copy link
Collaborator

Closed by eee2a1d, 21b0df9, and 850c05e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants