Open Zemke opened 9 years ago
How would you handle sessions? I'm not sure if it is supported in Lumen.
Well, modules can be added as needed as far as I am concerned. Following this discussion in the repo Zemke/starter-laravel-angular uses for sessions. https://github.com/tymondesigns/jwt-auth/issues/91
(There are actually no real sessions. There's local storage and Authorization headers both containing the JWT.)
+1 for Lumen support
Zemke/starter-laravel-angular was written before there was Lumen. Now there’s the micro-framework Lumen which is basically a lite version of Laravel. Since for this project Laravel is only the endpoint, Lumen might be a a better solution since it’s faster. Thoughts?