Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse and present sessions user agent #2374

Open
10 of 15 tasks
sandhose opened this issue Feb 20, 2024 · 0 comments
Open
10 of 15 tasks

Parse and present sessions user agent #2374

sandhose opened this issue Feb 20, 2024 · 0 comments
Labels
A-Device-Management Related to sessions and device management A-Frontend Changes on the React frontend A-GraphQL Changes to the GraphQL API

Comments

@sandhose
Copy link
Member

sandhose commented Feb 20, 2024

Record user agent on sessions

  • Record user agent on user_sessions
  • Record user agent on oauth2_sessions
  • Record user agent on compat_sessions
  • Record user agent on oauth2_device_code_grant
  • Record user agent on oauth2_authorization_grants (should we? we can infer who completed the grant from the oauth2_sessions.user_session_id)

Parse the user agent server-side:

  • Parse common user agents (using woothee?)
  • Parse client-specific user-agents for native clients

Present them in the UI:

  • Show the device infos on the compatibility sessions
  • Show the device infos on the oauth2 sessions
  • Show the device infos on the device code grant consent screen
@sandhose sandhose added A-Frontend Changes on the React frontend A-Device-Management Related to sessions and device management A-GraphQL Changes to the GraphQL API labels Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Device-Management Related to sessions and device management A-Frontend Changes on the React frontend A-GraphQL Changes to the GraphQL API
Projects
None yet
Development

No branches or pull requests

1 participant