mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-07 05:30:31 -06:00
dev: log actor uid with created wisp tokens
This commit is contained in:
@@ -47,6 +47,10 @@ class WispService extends BaseService {
|
||||
}, {
|
||||
expiresIn: '1d',
|
||||
});
|
||||
this.log.info(`creating wisp token`, {
|
||||
actor: actor.uid,
|
||||
token: token,
|
||||
});
|
||||
res.json({
|
||||
token,
|
||||
server: this.config.server,
|
||||
|
||||
Reference in New Issue
Block a user