New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@1auth/account-username

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@1auth/account-username

Extends `@1auth/account`

0.0.0-alpha.60
latest
Version published
Weekly downloads
410
148.48%
Maintainers
0
Weekly downloads
 
Created

@1auth/account-username

Extends @1auth/account

Getting started

auth.js

import accountUsername from "@1auth/account";

export {
  create as accountUsernameCreate,
  exists as accountUsernameExists,
  lookup as accountUsernameLookup,
  update as accountUsernameUpdate,
  recover as accountUsernameRecover,
} from "@1auth/account-username";

account({ store, notify, encryptedFields: ["username",  "privateKey"] });
accountUsername({
  usernameBlacklist: ["admin"]
})
import {accountUsernameCreate} from './auth.js'
await accountUsernameCreate(sub, username)

Options

  • maxLength: Max length of username. Defaults to 32
  • usernameBlacklist: Array of blacklisted words.

Database table

  • username
  • digest: Digest of username

FAQs

Package last updated on 12 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts