invisnik / laravel-steam-auth

Laravel Steam Auth
MIT License
172 stars 69 forks source link

Working state ? Documentation ? #9

Closed radiumx3 closed 9 years ago

radiumx3 commented 9 years ago

Is the snippet provided in the readme supposed to work ?

Entering a login loop with this snippet, and can't get any data in the $steam object after login on the steam webpage.

A clear documentation on how all this work wouldn't be too much ..

ryantology commented 9 years ago

Maybe you would like to give some specs on your project and we can just code it for you.

radiumx3 commented 9 years ago

@ryantology U Stalker !

ghost commented 9 years ago

It appears that the example code in the Readme creates a redirect loop after the user tries to login. That then doesn't allow login to fully happen and doesn't give access to user details.

I hacked a solution using a session variable and checking for login before redirect to steam domain but there needs to be a better solution.

invisnik commented 9 years ago

I'm updated documentation. I hope i explained clear how use this :)

radiumx3 commented 9 years ago

Thanks