This repository was archived by the owner on Mar 1, 2023. It is now read-only.
Authentication: REPORT_IS_LOGGED_IN v.s. LOG_IN, & more
#27
hmaurer
started this conversation in
Machine Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello hello,
I was wondering what the thought process behind having separate events for
REPORT_IS_LOGGED_INandLOG_INwas (and similarly forREPORT_IS_LOGGED_OUTandLOG_OUT)? There's a difference in semantics but it seems subtle.In addition:
REPORT_IS_LOGGED_OUTin theloggedInstate, so that it could be sent when an authentication token expires?loggingInstate? (in which case the difference betweenLOG_INandREPORT_IS_LOGGED_INwould become much starker).Beta Was this translation helpful? Give feedback.
All reactions