2017 © Pedro Peláez
 

library tokenpass-client

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

image

tokenly/tokenpass-client

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  • Friday, July 13, 2018
  • by dweller
  • Repository
  • 6 Watchers
  • 3 Stars
  • 7,015 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 28 Versions
  • 20 % Grown

The README.md

A Laravel package for applications that wish to use Tokenpass for user authentication., (*1)

Installation

Add the Laravel package via composer

composer require tokenly/tokenpass-client

Configuration

Install the views by running this command:, (*2)

artisan tokenpass:make-auth

Set the following environment variables. You will need a client id and client secret generated by Tokenpass., (*3)

TOKENPASS_CLIENT_ID="123456789"
TOKENPASS_CLIENT_SECRET=Kyours3c4etKeYH3re23mste0xmPdSja36aXLd02
TOKENPASS_PROVIDER_HOST=https://tokenpass.tokenly.com

Additional Installation Steps

  • follow the tokenly/laravel-api-provider installation steps
  • The application container must resolve the interface TokenpassUserRespositoryContract. It defaults to App\Repositories\UserRepository.
  • Add the Tokenly\TokenpassClient\Concerns\FindsByTokenpassUuid trait to the UserRepository to implement the lookup by tokenly uuid.
  • run artisan migrate (or artisan migrate --step) to add the necessary fields to the users table
  • make sure config/auth.php points to the currect User model class
  • your User class should implement APIPermissionedUserContract

The Versions

13/07 2018

dev-master

9999999-dev

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

13/07 2018

v3.0.0

3.0.0.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

07/06 2018

v2.0.7

2.0.7.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

31/05 2018

v2.0.6

2.0.6.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

17/05 2018

v2.0.5

2.0.5.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

11/04 2018

v2.0.4

2.0.4.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

23/03 2018

v2.0.3

2.0.3.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

22/02 2018

v2.0.2

2.0.2.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

22/02 2018

v2.0.1

2.0.1.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

20/02 2018

v2.0.0

2.0.0.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

18/10 2017

v1.3.0

1.3.0.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

23/08 2017

dev-lookup-by-email

dev-lookup-by-email

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

26/04 2017

v1.2.5

1.2.5.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

19/04 2017

v1.2.4

1.2.4.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

19/04 2017

v1.2.3

1.2.3.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

19/04 2017

v1.2.2

1.2.2.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

18/04 2017

v1.2.1

1.2.1.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

12/04 2017

v1.2.0

1.2.0.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

15/03 2017

v0.2.2

0.2.2.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

15/03 2017

v0.4.2

0.4.2.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

12/10 2016

v0.4.1

0.4.1.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

12/10 2016

v1.1.1

1.1.1.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

12/10 2016

v0.4.0

0.4.0.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

28/09 2016

v1.1.0

1.1.0.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

07/04 2016

v1.0.2

1.0.2.0

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly tokenpass

19/03 2016

v0.3.0

0.3.0.0

A Laravel package for applications that wish to use Tokenly Accounts for user authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel oauth accounts tokenly

13/02 2016

v0.2.1

0.2.1.0

A Laravel package for applications that wish to use Tokenly Accounts for user authentication.

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

laravel oauth accounts tokenly

13/02 2016

v0.2.0

0.2.0.0

A Laravel package for applications that wish to use Tokenly Accounts for user authentication.

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

laravel oauth accounts tokenly