Interface: AuthAttributes
@arolariu/website / instrumentation.server / AuthAttributes
Interface: AuthAttributes
Defined in: instrumentation.server.ts:276
Standard semantic attribute keys for authentication operations.
Properties
user.authenticated
user.authenticated:
boolean
Defined in: instrumentation.server.ts:280
Whether the user is authenticated
user.role?
optionaluser.role?:string
Defined in: instrumentation.server.ts:285
User role (e.g., "admin", "user", "guest")
auth.method?
optionalauth.method?:string
Defined in: instrumentation.server.ts:290
Authentication method (e.g., "clerk", "jwt", "session")
auth.provider?
optionalauth.provider?:string
Defined in: instrumentation.server.ts:295
Authentication provider (e.g., "clerk", "auth0")
// was this page useful?