Skip to content

Debug-log cookie login token regeneration - #33930

Closed
ChristophWurst wants to merge 1 commit into
masterfrom
debug/log-cookie-login-token-regeneration
Closed

Debug-log cookie login token regeneration#33930
ChristophWurst wants to merge 1 commit into
masterfrom
debug/log-cookie-login-token-regeneration

Conversation

@ChristophWurst

Copy link
Copy Markdown
Member

Follow-up to #33772 now that we have our first real-world feedback in #33919.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
@ChristophWurstChristophWurst added the 3. to review Waiting for reviews label Sep 7, 2022
@ChristophWurstChristophWurst added this to the Nextcloud 25 milestone Sep 7, 2022
@ChristophWurstChristophWurst self-assigned this Sep 7, 2022
This was referenced Sep 7, 2022
@ChristophWurstChristophWurst mentioned this pull request Sep 12, 2022
8 tasks
@skjnldsvskjnldsv mentioned this pull request Sep 15, 2022
This was referenced Sep 20, 2022
@blizzzblizzz modified the milestones: Nextcloud 25, Nextcloud 26Sep 22, 2022
@ChristophWurstChristophWurst removed this from the Nextcloud 26 milestone Oct 19, 2022
@nickvergessen

Copy link
Copy Markdown
Member

Seems to confirm:

{"reqId":"4Q9o5Oo77xzHnOYfQIUH","level":2,"time":"2022-10-20T08:02:53+00:00","remoteAddr":"","user":"--","app":"core","method":"GET","url":"/ocs/v2.php/apps/spreed/api/v1/chat/…","message":"Regenerating cookie login token for … after successful verification","userAgent":"Mozilla/5.0 …","version":"25.0.0.18","data":{"app":"core"}}
{"reqId":"o2QPBCrQftd2z0fxSojG","level":3,"time":"2022-10-20T08:02:53+00:00","remoteAddr":"","user":"--","app":"core","method":"GET","url":"/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Tried to log in … but could not verify token","userAgent":"Mozilla/5.0 …","version":"25.0.0.18","data":{"app":"core"}}
{"reqId":"kjn3gxMa96CHx5y1Cp6R","level":3,"time":"2022-10-20T08:02:53+00:00","remoteAddr":"","user":"--","app":"core","method":"GET","url":"/csrftoken","message":"Tried to log in … but could not verify token","userAgent":"Mozilla/5.0 …","version":"25.0.0.18","data":{"app":"core"}}
{"reqId":"hDdnqKnVcQgoLq3Oof4i","level":3,"time":"2022-10-20T08:02:53+00:00","remoteAddr":"","user":"--","app":"core","method":"GET","url":"/csrftoken","message":"Tried to log in … but could not verify token","userAgent":"Mozilla/5.0 …","version":"25.0.0.18","data":{"app":"core"}}
{"reqId":"suSulTRF6QiN7HdiLBr9","level":3,"time":"2022-10-20T08:02:53+00:00","remoteAddr":"","user":"--","app":"core","method":"GET","url":"/csrftoken","message":"Tried to log in … but could not verify token","userAgent":"Mozilla/5.0 …","version":"25.0.0.18","data":{"app":"core"}}

5 parallel requests of the same user, the first one wins the others fail to renew

@ChristophWurst

Copy link
Copy Markdown
MemberAuthor

This didn't give clear insights. Closing.

@ChristophWurst
ChristophWurst deleted the debug/log-cookie-login-token-regeneration branch January 18, 2023 10:56
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviews

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants

@ChristophWurst@nickvergessen@blizzz