-
Notifications
You must be signed in to change notification settings - Fork 8
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
Create /logout
endpoint
#158
Labels
enhancement
New feature or enhancement of existing functionality
priority-3
Third priority. Considered "Nice to Have". Not urgent.
T2h
Time Estimate 2 Hours
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
Comments
nelsonic
added a commit
that referenced
this issue
Nov 7, 2021
This was referenced Nov 7, 2021
nelsonic
added a commit
that referenced
this issue
Nov 9, 2021
SimonLab
added a commit
that referenced
this issue
Nov 11, 2021
nelsonic
added a commit
that referenced
this issue
Nov 23, 2021
nelsonic
added a commit
that referenced
this issue
Nov 23, 2021
nelsonic
added a commit
that referenced
this issue
Nov 25, 2021
nelsonic
added a commit
that referenced
this issue
Nov 26, 2021
nelsonic
added a commit
that referenced
this issue
Nov 26, 2021
PR #159 assigned for review. |
Working on https://authdev.herokuapp.com/ Closing. ✅ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or enhancement of existing functionality
priority-3
Third priority. Considered "Nice to Have". Not urgent.
T2h
Time Estimate 2 Hours
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
While implementing the
/logout
endpoint in theauth_plug_example
app: dwyl/auth_plug_example#16We noted that even though the
logout
works onlocalhost
the session cookie was still active on theauth
App,so when we click on the
admin
link, we are automatically/transparently logged back in to the example app onlocalhost
.See: dwyl/auth_plug#11 (comment)
While we consider this functionality to be a feature (not a "bug") https://en.wikipedia.org/wiki/Undocumented_feature
it still means that
logout
does not work as we expect in the "consumer" apps usingauth_plug
. 💭Todo
/logout
functionality in theauth
app usingAuthPlug.logout/1
/session_end
endpoint to "consumer" apps usingauth_plug
Related to Session Management #30
The text was updated successfully, but these errors were encountered: