laravel-auth-token icon indicating copy to clipboard operation
laravel-auth-token copied to clipboard

Hooks into the laravel auth module and provides an auth token upon success. This token is really only secure in https environment. This main purpose for this module was to provide an auth token to jav...

Results 18 laravel-auth-token issues
Sort by recently updated
recently updated
newest added

I have a problem by using Auth token package in laravel 4.3 Fix: Tappleby\AuthToken\AuthToken.php row 11. use \Illuminate\Contracts\Support\ArrayableInterface; Tappleby\AuthToken\DatabaseAuthTokenProvider.php row 10. use \Illuminate\Contracts\Auth\User as UserInterface; Tappleby\AuthToken\AuthTokenProviderInterface.php row 13. use \Illuminate\Contracts\Auth\User...

Since all this package does is put a token in a database, which then raises all kinds of issues like users not being able to login on 2 devices and...

Hi, we want to allow multiple tokens per user. It always updates the existing entry. Its possible?

as mentioned in here: https://github.com/tappleby/laravel-auth-token/issues/32 by getting a device identifier parameter, when user logged in with a device, only auth token of that device has been updated and other tokens...

Are you going to provide token expiration functionality? It is very useful for Mobile Apps API's Thank you!

I am using laravel-auth-token. How to control the time the session will be active?

Hi, Disclaimer: I've never forked a repo before, not sure how to do this exactly. In a recent project I've been working on, a need has arisen to allow for...

During user authentication using the AuthTokenController@store I need to send the user as a json response but the token in the header. So I need something like this instead of...

I'm building a Laravel app which also includes an API. I'd like to extend the default Laravel auth scheme to allow api access via tokens. Same auth structure, but two...

Hi, I'm using multiauth with your laravel-auth-token. However, this is not working (yet). I've asked the creator of multiauth to help. See this issue: https://github.com/ollieread/multiauth/issues/62 Could you point me in...