stormpath / stormpath-laravel

Build simple, secure web applications with Stormpath and Laravel
Other
29 stars 6 forks source link

[Middleware] - Re-work Auth middleware #37

Closed bretterer closed 8 years ago

bretterer commented 8 years ago

Currently, the Auth middleware needs some updating.

There are times when I have noticed that the cookies will refresh, but will not update the expire time.

We also need to make sure that if requesting JSON, this middleware does not automatically renew the tokens.