Hello,
I want to migrate my app from a server to another one and keep the users logged in. I am using passport
for authentication.
I tried to copy the database to the new server as the auth_access_tokens are stored in the database.
I tested that by:
but i got Unauthenticated
.
Does anyone has a clue how to migrate my app to another server with keeping my users logged in?
Thanks
You need to move the private and public key to the new server, so the encryption token become the same in the old server.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community