feat: Revert to using app_metadata for authentication (#7433)
This commit is contained in:
@@ -73,6 +73,9 @@ export const POST = async (
|
||||
actor_id: result.id,
|
||||
actor_type: "user",
|
||||
auth_identity_id: req.auth_context.auth_identity_id,
|
||||
app_metadata: {
|
||||
user_id: result.id,
|
||||
},
|
||||
},
|
||||
{
|
||||
secret: jwtSecret,
|
||||
|
||||
Reference in New Issue
Block a user