PHPackages                             nswdpc/silverstripe-authentication-boilerplate - 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. nswdpc/silverstripe-authentication-boilerplate

ActiveSilverstripe-vendormodule[Authentication &amp; Authorization](/categories/authentication)

nswdpc/silverstripe-authentication-boilerplate
==============================================

Boilerplate default access rules for Silverstripe websites

v1.0.4(9mo ago)16.0k1[1 PRs](https://github.com/nswdpc/silverstripe-authentication-boilerplate/pulls)1BSD-3-ClausePHP

Since Oct 15Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/nswdpc/silverstripe-authentication-boilerplate)[ Packagist](https://packagist.org/packages/nswdpc/silverstripe-authentication-boilerplate)[ RSS](/packages/nswdpc-silverstripe-authentication-boilerplate/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (12)Versions (30)Used By (1)

Silverstripe Authentication Boilerplate
=======================================

[](#silverstripe-authentication-boilerplate)

This module provides a standard set of rules for defining access to Silverstripe sites:

- password validation configuration per NIST standards
- password handling and management
- password checking via pwnedpasswords API
- multi-factor authentication setup (MFA)
- security reports
- pending profiles

See [composer.json](./composer.json) for details

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

[](#configuration)

See [\_config/config.yml](./_config/config.yml)

More: [Multi Factor Authentication](./docs/003_mfa.md)

Good-to-know
------------

[](#good-to-know)

### Password validator

[](#password-validator)

Setting a PasswordValidator in project configuration will replace the password validator provided by this module:

```
$validator = \My\Own\PasswordValidator::create();
\SilverStripe\Security\Member::set_password_validator($validator);
```

License
-------

[](#license)

[BSD-3-Clause](./LICENSE.md)

Documentation
-------------

[](#documentation)

- [Documentation](./docs/en/001_index.md)

Maintainers
-----------

[](#maintainers)

PD web team

Bugtracker
----------

[](#bugtracker)

We welcome bug reports, pull requests and feature requests on the Github Issue tracker for this project.

Please review the [code of conduct](./code-of-conduct.md) prior to opening a new issue.

Development and contribution
----------------------------

[](#development-and-contribution)

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

Please review the [code of conduct](./code-of-conduct.md) prior to completing a pull request.

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance55

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 93% 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 ~75 days

Recently: every ~28 days

Total

24

Last Release

299d ago

Major Versions

v0.3.4 → v1.0.0-rc12024-08-22

v1.0.3 → v2.0.0-rc12025-07-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/1caefd99092b4a43254e48c40347224f671032ec1ffc3a457e06a7e9ab6e7c02?d=identicon)[nswdpc](/maintainers/nswdpc)

---

Top Contributors

[![JamesDPC](https://avatars.githubusercontent.com/u/69664712?v=4)](https://github.com/JamesDPC "JamesDPC (132 commits)")[![tardinha](https://avatars.githubusercontent.com/u/457209?v=4)](https://github.com/tardinha "tardinha (10 commits)")

---

Tags

securityAuthenticationpasswordsilverstripe2famembersMFApwned2-Factorpwnagenswdpc

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/nswdpc-silverstripe-authentication-boilerplate/health.svg)

```
[![Health](https://phpackages.com/badges/nswdpc-silverstripe-authentication-boilerplate/health.svg)](https://phpackages.com/packages/nswdpc-silverstripe-authentication-boilerplate)
```

###  Alternatives

[ellaisys/aws-cognito

AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP

120220.7k1](/packages/ellaisys-aws-cognito)[silverstripe/mfa

Enable multi-factor authentication with fallback codes

10346.1k8](/packages/silverstripe-mfa)[sicaboy/laravel-mfa

A Laravel package of Multi-factor Authentication (MFA/2FA) with a middleware.

101.2k](/packages/sicaboy-laravel-mfa)

PHPackages © 2026

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