Search by

hydrakit / auth

whleucka

Authentication for Hydra: identity only, behind a swappable guard.

Package info

github.com/hydra-foundation/auth

pkg:composer/hydrakit/auth

Statistics

Installs: 52

Dependents: 3

Suggesters: 0

Stars: 0

v0.3.2 2026-09-11 16:10 UTC

This package is auto-updated.

Last update: 2026-09-11 16:23:09 UTC


README

Read-only mirror. hydrakit/auth is developed in hydra-foundation/hydra under packages/auth, and republished here on every push. A commit pushed to this repository is overwritten by the next one; issues are disabled for that reason, and a pull request opened here cannot be merged. Both belong upstream.

Authentication. Identity only. It answers who is logged in and provides the verbs to change that (attempt/login/logout), behind a swappable guard. It does not do permissions: those are hydrakit/authorization. It does not know your users: that one contract is left for the app to fulfil.