Socket
Socket
Sign inDemoInstall

@1auth/account-username

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@1auth/account-username

Extends `@1auth/account`


Version published
Maintainers
0
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 05 Jul 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