iandolezal/bouncer

Simple api authentication for Symfony apps

Maintainers

Package info

github.com/ZlLTOID/bouncer

pkg:composer/iandolezal/bouncer

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.2 2022-10-07 14:54 UTC

This package is auto-updated.

Last update: 2026-03-29 01:00:31 UTC


README

Simple authorization for symfony app endpoints.

To make this running you need to do only two steps.

  • Add X_AUTH_TOKEN global variable to your .env
  • Implements Bouncer on endpoint you want to protect