uspdev/senhaunicapixelfed

Pacote simples com rota /loginusp

Maintainers

Package info

github.com/uspdev/senhaunicapixelfed

pkg:composer/uspdev/senhaunicapixelfed

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.3 2026-03-30 23:53 UTC

This package is auto-updated.

Last update: 2026-04-02 14:47:25 UTC


README

composer require uspdev/senhaunicapixelfed

Colocar as variáves de ambiente:

SENHAUNICAPIXELFED_KEY=fflch
SENHAUNICAPIXELFED_SECRET=XXX
SENHAUNICAPIXELFED_CALLBACK_ID=
SENHAUNICAPIXELFED_ADMINS=
SENHAUNICAPIXELFED_SECRET_SUDO=

workaround

if (isset($_SERVER['REQUEST_URI']) && str_contains($_SERVER['REQUEST_URI'], '/index.php')) { $uri = str_replace('/index.php', '', $_SERVER['REQUEST_URI']);

// 307 = mantém método (POST continua POST)
header("Location: $uri", true, 307);
exit;

}