You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Since the release of the Chrome 80 update, working with cookies became more difficult, from developing in localhost environments,
to always requiring secure contexts.
I was developing a project of my own for an enterprise I have with a partner, we were developing both front-end and back-end.
The back-end was already done, all we were missing was the front-end, but when we assumed everything was working
we tried the dev release and the login button was actually successful, but we were being redirected back at login.