We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3bb94 commit b30a77eCopy full SHA for b30a77e
src/server/auth/types.ts
@@ -23,9 +23,8 @@ export interface AuthInfo {
23
expiresAt?: number;
24
25
/**
26
- * Additional custom claims associated with the token.
+ * Additional data associated with the token.
27
* This field should be used for any additional data that needs to be attached to the auth info.
28
- * Using this field instead of arbitrary keys ensures compatibility with future interface changes.
29
- */
30
- customClaims?: Record<string, unknown>;
+ */
+ extra?: Record<string, unknown>;
31
}
0 commit comments