You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Active sessions should indicate the client using the session. As we don't require clients to have been registered, this information can only be guessed:
we could save the referrer (i.e. when the user logs in from Cocoda). My suggestion: On the server, when either /login or /login/:provider are requested and a referrer other than the login server URL is given, and if the user is not currently logged in, save that referrer inside a field in the session.
This should be enough to get a client URL. Users can click on the URL to find out more details.
The text was updated successfully, but these errors were encountered:
Split from #66
Active sessions should indicate the client using the session. As we don't require clients to have been registered, this information can only be guessed:
This should be enough to get a client URL. Users can click on the URL to find out more details.
The text was updated successfully, but these errors were encountered: