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_IN
andLOG_IN
was (and similarly forREPORT_IS_LOGGED_OUT
andLOG_OUT
)? There's a difference in semantics but it seems subtle.In addition:
REPORT_IS_LOGGED_OUT
in theloggedIn
state, so that it could be sent when an authentication token expires?loggingIn
state? (in which case the difference betweenLOG_IN
andREPORT_IS_LOGGED_IN
would become much starker).Beta Was this translation helpful? Give feedback.
All reactions