Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@1auth/account-username

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

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.44
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
178
decreased by-23.93%
Maintainers
0
Weekly downloads
 
Created
Source

@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 16 Nov 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc