Can I expose `account_id` to the user?
I'm using better-auth's default id generator, so I assume there's no sensitive data being leaked.
Context: in my app users may have multiple accounts. I plan on having client requests include
I will, of course, also pass the
Context: in my app users may have multiple accounts. I plan on having client requests include
account_id which I'll then pass to getAccessToken to get the correct account accessToken https://www.better-auth.com/docs/concepts/oauth#get-access-tokenI will, of course, also pass the
userId obtained from the session.