mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-05 17:10:45 +00:00
doc: add todo regarding /whoami
This commit is contained in:
@@ -60,6 +60,7 @@ const WHOAMI_GET = eggspress('/whoami', {
|
||||
...(req.new_token ? { token: req.token } : {})
|
||||
};
|
||||
|
||||
// TODO: redundant? GetUserService already puts these values on 'user'
|
||||
// Get whoami values from other services
|
||||
const svc_whoami = req.services.get('whoami');
|
||||
const provider_details = await svc_whoami.get_details({
|
||||
|
||||
Reference in New Issue
Block a user