iandolezal/bouncer

Simple api authentication for Symfony apps

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

This package is auto-updated.

Last update: 2024-04-30 00:39:43 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