Teffen Ellis 72eb609f62 ci: install netlify-cli via npx, pinned to a major
Replace `npm install -g netlify-cli` with `npx --yes --package=netlify-cli@26`
in the source-docs publish workflow.

Two reasons:

1. A `-g` install bypasses the repo `.npmrc` (npm only walks up from the
   cwd of the install, not from the global prefix), so `ignore-scripts=true`
   and `save-exact=true` do not apply — install scripts run and a fresh
   `latest` is resolved on every CI run. `npx` invoked inside the repo
   honors the project `.npmrc`.

2. Without a version pin, every run pulls whatever `latest` happens to
   be at that moment, which is exactly the resolution behavior that the
   recent npm "Mini Shai-Hulud" incident weaponized. Pinning to `@26`
   bounds the major and lets Dependabot manage upgrades through the same
   cooldown window as everything else.

Co-authored-by: Agent <279763771+playpen-agent@users.noreply.github.com>
2026-05-19 13:30:51 +02:00
2026-04-27 01:08:32 +02:00
2026-03-31 11:33:46 +02:00
2025-09-02 21:38:53 +00:00
2026-04-27 01:08:32 +02:00

authentik logo


Join Discord GitHub Workflow Status GitHub Workflow Status GitHub Workflow Status Code Coverage Latest version

What is authentik?

authentik is an open-source Identity Provider (IdP) for modern SSO. It supports SAML, OAuth2/OIDC, LDAP, RADIUS, and more, designed for self-hosting from small labs to large production clusters.

Our enterprise offering is available for organizations to securely replace existing IdPs such as Okta, Auth0, Entra ID, and Ping Identity for robust, large-scale identity management.

Installation

  • Docker Compose: recommended for small/test setups. See the documentation.
  • Kubernetes (Helm Chart): recommended for larger setups. See the documentation and the Helm chart repository.
  • AWS CloudFormation: deploy on AWS using our official templates. See the documentation.
  • DigitalOcean Marketplace: one-click deployment via the official Marketplace app. See the app listing.

Screenshots

Light Dark

Development and contributions

See the Developer Documentation for information about setting up local build environments, testing your contributions, and our contribution process.

When you contribute documentation, either to accompany a code change or as a standalone contribution, please be sure to follow our documentation Style Guide.

Security

Please see SECURITY.md.

Adoption

Using authentik? We'd love to hear your story and feature your logo. Email us at hello@goauthentik.io or open a GitHub Issue/PR!

License

MIT License CC BY-SA 4.0 authentik EE License

Languages
Python 54.4%
TypeScript 34.9%
Go 4.2%
CSS 2.2%
Rust 1.9%
Other 2.3%