EasyApiToken | Authentication in 3 LOC

preview_player
Показать описание
It is common to restrict access to API endpoints by implementing an authentication mechanism.

The EasyApiToken package will decode the incoming HTTP Request to extract the "ApiToken" as a PHP object that your application can then use. It comes with built-in decoders for: BasicAuth, API Keys and JWTs (Auth0, Firebase).

Рекомендации по теме