iandolezal/bouncer

为Symfony应用程序提供简单的API身份验证

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

This package is auto-updated.

Last update: 2024-09-30 01:52:13 UTC


README

为symfony应用程序端点提供简单的授权。

为了运行此程序,您只需执行以下两个步骤。

  • 将全局变量X_AUTH_TOKEN添加到您的.env文件中
  • 在您想要保护的路由上实现Bouncer