#How to implement extended session management?
5 messages · Page 1 of 1 (latest)
Ah, yeah I was using separate front-end to connect to the backend. But even when using Inertia, you have to auth the user and 'behind the scenes' your requests will be authenticated. So when you invalidated the specific device token/session, the user on that device won't have access until re-auth.
Sorry I can't give any more clear examples, but it's usually best to figure things like this out by trial and error. Setup a fresh test install and build a few options to test. Using your browser's developer tools you can gain a lot of insights into how things work and what is going on to make all of this work.
This has given me great appreciation of all the good stuff Laravel brings us, after the initial frustration of my lack of knowledge and experience 😅
Absolutely, I just find there are so many different situations and scenarios, it can be hard to just find a ready to use example that you can implement.
For what I can tell, you're heading for the right direction. Anything specific that is not yet working on your implementation?
Sounds good! 👍
Yeah for sure. Following the links in the repo, it looks like it should be merged into Laravel already
https://github.com/laravel/ideas/issues/971
Might help hooking into