PHPackages                             groar/jira-auth - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. groar/jira-auth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

groar/jira-auth
===============

This is jira-auth processor for apaches http external auth

14PHP

Since Aug 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Degola/jira-authentication-apache-mod-authnz-external)[ Packagist](https://packagist.org/packages/groar/jira-auth)[ RSS](/packages/groar-jira-auth/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

HTTP Basic Auth with Jira credentials
=====================================

[](#http-basic-auth-with-jira-credentials)

To use AuthExternal in your apache configuration you need the authnz-external mod. Install on Ubuntu/Debian with:

```
    apt-get install libapache2-mod-authnz-external
    cd /usr/local/bin/
    git clone https://github.com/Degola/jira-authentication-apache-mod-authnz-external
    cd jira-authentication-apache-mod-authnz-external
    composer update

```

Example HTTP Configuration:

```

            AuthType Basic
            AuthName "Restricted"
            AuthBasicProvider external
            AuthExternal jira-backend
            require valid-user

    AddExternalAuth jira-backend "/usr/local/bin/jira-auth/bin/jira-auth.php https://your-jira-url.com/jira/ your-logstash-server.com:1234 i-have-access-group"
    SetExternalAuthMethod jira-backend pipe

```

i-have-access-group is the corresponding jira group which has to be assigned to the user who tries to login.

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e9f6e8e1a3c55f23abf7b81889f13880d6a7b0f89e0ec3c4420a5b9b1e4a8184?d=identicon)[Degola](/maintainers/Degola)

### Embed Badge

![Health badge](/badges/groar-jira-auth/health.svg)

```
[![Health](https://phpackages.com/badges/groar-jira-auth/health.svg)](https://phpackages.com/packages/groar-jira-auth)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
