mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 16:11:53 -05:00
docs: Typo fix (#327)
This commit is contained in:
committed by
GitHub
parent
02a3b264dd
commit
70bbf1bfce
@@ -526,7 +526,7 @@ Better Auth uses `nanoId` by default to generate unique IDs for users, sessions,
|
||||
**Guidelines:**
|
||||
|
||||
- IDs need to be in string format.
|
||||
- he ID should be unique for each entity type (like users, sessions, etc.).
|
||||
- The ID should be unique for each entity type (like users, sessions, etc.).
|
||||
- Since the session ID acts as the token, it should be both unique and sufficiently long for security.
|
||||
|
||||
**Example: Built In Kysley Adapter**
|
||||
|
||||
Reference in New Issue
Block a user