mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-28 12:21:32 +00:00
Include user-agent in OIDC payload
This commit is contained in:
@@ -403,6 +403,7 @@ export class OIDCService extends PuterService {
|
||||
req?.ip ||
|
||||
req?.socket?.remoteAddress ||
|
||||
null,
|
||||
user_agent: req?.headers?.['user-agent'] ?? null,
|
||||
email: claims.email ?? '',
|
||||
allow: true,
|
||||
no_temp_user: false,
|
||||
|
||||
Reference in New Issue
Block a user