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

Calling logout without session throws error #169

Closed
brsanthu opened this issue Feb 11, 2020 · 0 comments
Closed

Calling logout without session throws error #169

brsanthu opened this issue Feb 11, 2020 · 0 comments
Labels
type: bug Something isn't working
Milestone

Comments

@brsanthu
Copy link

/logout actions should be idempotent so calling repeatedly even without any session in place, should return successfully.

But as of now, calling /logout without a valid session, throws following error

{
    "message": "Required argument [Authentication authentication] not specified",
    "path": "/authentication",
    "_links": {
        "self": {
            "href": "/logout",
            "templated": false
        }
    }
}
@graemerocher graemerocher added the type: bug Something isn't working label Feb 11, 2020
@jameskleeh jameskleeh added this to the 1.3.2 milestone Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants