tituspijean/flarum-ext-auth-basic

Allow users to automatically be logged in if PHP_AUTH_USER and PHP_AUTH_PW variables are set by the server.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Type:flarum-extension

dev-master 2020-10-22 21:27 UTC

This package is not auto-updated.

Last update: 2024-04-21 06:33:19 UTC


README

This extension enables users to seamlessly log into Flarum with HTTP basic authentication.

Note that PHP variables $_SERVER['HTTP_EMAIL'], $_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW'] need to be set for the extension to work. The extension itself will not actively try to have them populated. You need to have a SSO portal interfacing on your server, like SSOwat.

Users will be automatically registered and activated, if missing from Flarum.

How to install

composer require tituspijean/flarum-ext-auth-basic and activate it in Flarum's administration panel.

Configuration

None needed.