tappleby / laravel-auth-token

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 javascript web app which could be used to identify users on api calls.
MIT License
255 stars 64 forks source link

Why the public token equals the laravel_session ? #46

Closed brazorf closed 10 years ago

brazorf commented 10 years ago

I've noticed that the POST: /auth route always return a token that is the same as laravel_session. Is it correct?

brazorf commented 10 years ago

Nevermind.