mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 12:27:44 +00:00
docs: update username schema
This commit is contained in:
@@ -108,6 +108,12 @@ The plugin requires 1 field to be added to the user table:
|
||||
description: "The username of the user",
|
||||
isUnique: true
|
||||
},
|
||||
{
|
||||
name: "displayUsername",
|
||||
type: "string",
|
||||
description: "Non normalized username of the user",
|
||||
isUnique: true
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user