Hello fellow developers!
Is there a way I can fetch a session by its id?
I'm making a simple auth api for iOS and Android and want to use the session for authenticate users, but the post routes doesn't return a cookie, which laravel uses to identify the session. Is it possible to get the session by its id, or somehow return the laravel's session cookie?
Thanks, Balázs
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community