Closed like-a-bause closed 6 months ago
Thank you! Feel free to correct it in a PR :)
@aeneasr I think this is now closeable. Looks fixed. https://github.com/ory/kratos/blob/1064b3296faccf66301d412bf0f7c3d6da09c8ef/selfservice/flow/logout/handler.go#L277
Hello contributors!
I am marking this issue as stale as it has not received any engagement from the community or maintainers for a year. That does not imply that the issue has no merit! If you feel strongly about this issue
Throughout its lifetime, Ory has received over 10.000 issues and PRs. To sustain that growth, we need to prioritize and focus on issues that are important to the community. A good indication of importance, and thus priority, is activity on a topic.
Unfortunately, burnout has become a topic of concern amongst open-source projects.
It can lead to severe personal and health issues as well as opening catastrophic attack vectors.
The motivation for this automation is to help prioritize issues in the backlog and not ignore, reject, or belittle anyone.
If this issue was marked as stale erroneously you can exempt it by adding the backlog
label, assigning someone, or setting a milestone for it.
Thank you for your understanding and to anyone who participated in the conversation! And as written above, please do participate in the conversation if this topic is important to you!
Thank you 🙏✌️
A successful logout results in a 303: https://github.com/ory/kratos/blob/11bdc4a815bd1e264d0ccbf42ca56f76e6ab1bbc/selfservice/flow/logout/handler.go#L277 the documentation however states a 302: https://github.com/ory/kratos/blob/11bdc4a815bd1e264d0ccbf42ca56f76e6ab1bbc/selfservice/flow/logout/handler.go#L227
I don't know if this change was made intentionally or by mistake. One of these lines needs to be updated.