Why isn't there a logout endpoint in the endpoints spec? #897
-
I've looked at the endpoints, and there doesn't appear to be a logout endpoint. Should this not be a requirement? |
Beta Was this translation helpful? Give feedback.
Answered by
geromegrignon
Apr 18, 2022
Replies: 1 comment
-
Hi @dXu23, This project is using a client-side session rather than a server-side one. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
geromegrignon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @dXu23,
This project is using a client-side session rather than a server-side one.
So there is no reason to include a dedicated endpoint.