Download the PHP package tokenly/tokenpass-client without Composer
On this page you can find all versions of the php package tokenly/tokenpass-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tokenpass-client
A Laravel package for applications that wish to use Tokenpass for user authentication.
Installation
Add the Laravel package via composer
Configuration
Install the views by running this command:
Set the following environment variables. You will need a client id and client secret generated by Tokenpass.
Additional Installation Steps
- follow the tokenly/laravel-api-provider installation steps
- The application container must resolve the interface
TokenpassUserRespositoryContract
. It defaults toApp\Repositories\UserRepository
. - Add the
Tokenly\TokenpassClient\Concerns\FindsByTokenpassUuid
trait to the UserRepository to implement the lookup by tokenly uuid. - run
artisan migrate
(orartisan migrate --step
) to add the necessary fields to the users table - make sure
config/auth.php
points to the currectUser
model class - your
User
class should implementAPIPermissionedUserContract
All versions of tokenpass-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
laravel/socialite Version ^3
tokenly/api-client Version ^1.0.6
tokenly/laravel-event-log Version ^3.1
laravel/socialite Version ^3
tokenly/api-client Version ^1.0.6
tokenly/laravel-event-log Version ^3.1
The package tokenly/tokenpass-client contains the following files
Loading the files please wait ....