1// There's a ton of code that imports from this file, so just importing and exporting instead of changing all of that. 2 3// getAccount takes a req and returns the account_id, resolving either the api key or remember_me token. 4 5import getAccount from "@cocalc/server/auth/get-account"; 6export default getAccount; 7 8