Cohorts for social log in
Open
- Dominant language
- Python
- Stars
- 7
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Following the MAS migration, it is no longer possible to use ``` ``` to determine social log in provider.
@sandhose left these notes on how to work around the problem.
Yep. The table you want to look at:
usershaveuser_id,username(localpart),created_at,locked_at,deactivated_atuser_sessionsare 'MAS cookie sessions', so a login in the MAS UI, used both to manage your account and actually login in a client. It hasuser_id,created_at,finished_at,user_agent(the one from the browser, not indexed though!),last_activity_at,last_active_ipcompat_sessionsare compatibility sessions, either m.login.password or m.login.sso. They haveuser_id,created_at,finished_at,last_active_at,last_active_ip,user_agent(of the client which did the /login request)oauth2_sessionsare next-gen auth sessions. They have aoauth2_client_id(letting you identify the client though theoauth2_clientstable,created_at,finished_at,last_active_at,last_active_ip,user_agent(of the client which did the OAuth 2.0 token request)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.