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

AbandonedArchivedSilverstripe-module

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

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

1.0.1(9y ago)14672MITPHP

Since May 4Pushed 9y 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 1mo ago

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 68% 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

3612d 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

5163.4M1.3k](/packages/silverstripe-cms)[silverstripe/graphql

GraphQL server for SilverStripe models and other data

512.4M21](/packages/silverstripe-graphql)[silverstripe/admin

SilverStripe admin interface

262.6M325](/packages/silverstripe-admin)[silverstripe/silverstripe-omnipay

SilverStripe Omnipay Payment Module

38106.0k15](/packages/silverstripe-silverstripe-omnipay)[silverleague/ideannotator

Generate PHP DocBlock annotations for DataObject and DataExtension databasefields and relation methods

4768.0k43](/packages/silverleague-ideannotator)[silverstripe/superglue

102.2k](/packages/silverstripe-superglue)

PHPackages © 2026

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