I want to login and set a localStorage token on the client (specifically jwt)
localStorage
How can I accomplish this using cy.request, as suggested in the C
cy.request
I have spent so many hours on this and finally I can safely conclude that it will never work for OAuth requests.
It may work for local server but not when you getting token for authentication.