Download the PHP package mark-domkan/env-token-auth without Composer
On this page you can find all versions of the php package mark-domkan/env-token-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mark-domkan/env-token-auth
More information about mark-domkan/env-token-auth
Files in mark-domkan/env-token-auth
Download mark-domkan/env-token-auth
More information about mark-domkan/env-token-auth
Files in mark-domkan/env-token-auth
Vendor mark-domkan
Package env-token-auth
Short Description Adds the ability to use environtment token for the auth:api middleware.
License MIT
Homepage https://github.com/markdomkan/env-token-auth
Package env-token-auth
Short Description Adds the ability to use environtment token for the auth:api middleware.
License MIT
Homepage https://github.com/markdomkan/env-token-auth
Please rate this library. Is it a good library?
Informations about the package env-token-auth
env-token-auth
Adds the ability to use token saved in env for the auth:api middleware.
Install
-
Install the package with composer:
- Set the api guard driver to
env-token
in the fileconfig/auth.php
:
Usage
-
Add
AUTH_TOKEN
in .env file. - Make a call with Authorization header with token (without Bearer).
License
The MIT License (MIT). Please see License File for more information.
All versions of env-token-auth with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
The package mark-domkan/env-token-auth contains the following files
Loading the files please wait ....