Skip to content

Commit 3d8acfe

Browse files
authored
fix(hex): shorten Hex package description (300 char limit) (#22)
Made-with: Cursor
1 parent 05b29e5 commit 3d8acfe

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

mix.exs

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,10 @@ defmodule Sigra.MixProject do
3434
&String.starts_with?(&1, "test/fixtures/")
3535
],
3636
name: "Sigra",
37-
description: """
38-
Authentication library for Phoenix 1.8+ and Ecto with Mix generators for host-owned schemas, routes, and LiveViews.
39-
40-
Passwords (Argon2id), database-backed sessions, TOTP (NimbleTOTP), WebAuthn/passkeys (wax_), field encryption (cloak_ecto), and audit-oriented APIs ship with the default dependency set.
41-
42-
OAuth/social strategies (Assent), mailers (Swoosh), background workers (Oban), rate limiting (Hammer), JWT helpers (Joken), bcrypt-hash verification (bcrypt_elixir), and QR enrollment helpers (eqrcode) are available only when the host application adds those optional dependencies to its own mix.exs.
43-
44-
See https://hexdocs.pm/sigra and the repository README for installation options and threat-model nuance.
45-
""",
37+
description:
38+
"Authentication for Phoenix 1.8+ and Ecto. Mix generators emit host-owned auth " <>
39+
"(sessions, Argon2id, TOTP, passkeys, encryption, audit). OAuth, mailers, Oban, and more " <>
40+
"are optional host deps. See https://hexdocs.pm/sigra and the README for details.",
4641
source_url: @source_url,
4742
homepage_url: @source_url,
4843
package: package(),

0 commit comments

Comments
 (0)