invisnik / laravel-steam-auth

Laravel Steam Auth
MIT License
172 stars 69 forks source link

User variabel undefined #128

Open isakjensen opened 2 years ago

isakjensen commented 2 years ago

So I've installed it and when I login I redirect to the index page and there I print the user variable but it turns out to be NULL

This is what I'm printing: Auth::user()

Why does that have the value NULL when I've logged, there are no errors.