Is Nova using the same authentication guard?
Also, note that Nova runs using a session. So if you log in using oAuth, you need to make sure you set the session.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
So I've got an app that doesn't have a traditional username/password login, just oauth login.
With this setup, I always get a 403 error when trying to access Nova in production despite the user being logged in successfully and their email being included inside the Nova Gate list as per the docs.
Do you have any idea how to solve this?
Thanks
Please or to participate in this conversation.