PHPackages                             quinninteractive/silverstripe-auth-remote-user - 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. quinninteractive/silverstripe-auth-remote-user

AbandonedArchivedSilverstripe-module[Authentication &amp; Authorization](/categories/authentication)

quinninteractive/silverstripe-auth-remote-user
==============================================

Logs members in via the REMOTE\_USER server variable; optionally creates new members.

1.0.1(10y ago)14672MITPHP

Since May 4Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Quinn-Interactive/silverstripe-auth-remote-user)[ Packagist](https://packagist.org/packages/quinninteractive/silverstripe-auth-remote-user)[ RSS](/packages/quinninteractive-silverstripe-auth-remote-user/feed)WikiDiscussions develop Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

REMOTE\_USER authentication
===========================

[](#remote_user-authentication)

Description
-----------

[](#description)

This module extends `Controller` to automatically log in the SilverStripe member whose Email field matches the server REMOTE\_USER variable (`$_SERVER['REMOTE_USER']`). Optionally, it can create a new Member record for a server-authenticated user when no matching record is found. If auto-creation is not enabled, and there is no match, then this module does nothing.

This module was created to support Apache with mod\_shib, but it works the same for any mechanism that sets REMOTE\_USER, including basic auth.

This module requires SilverStripe framework 3.1.x.

This is version 1.0.1 of this module.

Configuration
-------------

[](#configuration)

To enable the optional features, put static calls into your `_config.php`:

```
AuthRemoteUserExtension::setAutoCreateUser(true);
AuthRemoteUserExtension::setAutoUserGroup($group_name);

```

`AuthRemoteUserExtension::setAutoCreateUser(true)` enables the creation of a new Member record when an authenticated user does not match any existing record. The only field populated is Email.

`AuthRemoteUserExtension::setAutoUserGroup($group_name)` sets the group to which new users will be added. If the group does not exist, no Member record will be created, even if auto-creation is enabled.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~53 days

Total

2

Last Release

3658d ago

### Community

Maintainers

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

---

Top Contributors

[![csnavely](https://avatars.githubusercontent.com/u/26753143?v=4)](https://github.com/csnavely "csnavely (1 commits)")[![oddnoc](https://avatars.githubusercontent.com/u/568583?v=4)](https://github.com/oddnoc "oddnoc (1 commits)")

### Embed Badge

![Health badge](/badges/quinninteractive-silverstripe-auth-remote-user/health.svg)

```
[![Health](https://phpackages.com/badges/quinninteractive-silverstripe-auth-remote-user/health.svg)](https://phpackages.com/packages/quinninteractive-silverstripe-auth-remote-user)
```

###  Alternatives

[silverstripe/cms

The SilverStripe Content Management System

5253.6M1.4k](/packages/silverstripe-cms)[silverstripe/admin

SilverStripe admin interface

262.8M384](/packages/silverstripe-admin)[silverstripe/mfa

Enable multi-factor authentication with fallback codes

11364.7k11](/packages/silverstripe-mfa)[bigfork/silverstripe-oauth-login

SilverStripe logins via OAuth2, using the PHP League's OAuth2 client

1998.5k2](/packages/bigfork-silverstripe-oauth-login)[silverstripe/contentreview

Flags pages for periodical author review (incl. reporting)

23269.4k5](/packages/silverstripe-contentreview)[dhensby/silverstripe-masquerade

SilverStripe module to allow you to masquerade as other users

1426.2k1](/packages/dhensby-silverstripe-masquerade)

PHPackages © 2026

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