I have upgraded Passport from version 7 to 12 and uploaded my files to the server, which is now running Laravel 11. I’m wondering if the existing customers’ access tokens and refresh tokens will remain valid or if they will become invalid after the upgrade. In the case that the tokens do become invalid, what steps should I take to resolve this issue and ensure that customers can continue accessing their accounts seamlessly?
0
In general, upgrading a passport does not affect existing customer’s access tokens. I did upgrade and it was working fine. Additionally, you can check upgrade guide for the passport
3