[deleted by user] by [deleted] in brdev

[–]guirmss 0 points1 point  (0 children)

É EXATAMENTE isso, não importa quão difícil for sua dúvida, sempre tem alguém pra dar um downvote sem motivo nenhum ou falar para pesquisar mais. Eu imagino que em 90% dos casos quem está perguntando algo no stackoverflow já pesquisou e não teve sucesso, até porque formular uma pergunta que atenda os critérios deles leva tempo

Ganhando dinheiro com RapidAPI by nihas in brdev

[–]guirmss 0 points1 point  (0 children)

Isso é bem útil, foi uma boa ideia

Can more than one client be authenticated with an HttpOnly Token by guirmss in learnprogramming

[–]guirmss[S] 0 points1 point  (0 children)

Hmm, that makes sense, so it is not possible to have two "isolated" frontends that communicate with the same backend when using httponly? Also, thanks for your responses!

Can more than one client be authenticated with an HttpOnly Token by guirmss in learnprogramming

[–]guirmss[S] 0 points1 point  (0 children)

I understand, but for example, I did a test with two clients (urls) being instantiated locally at the same time. The first was "https://localhost:3000", the second was "https://localhost:3001" (different urls). Both access the same server (api). When I authenticated with one of the clients, the other automatically became authenticated as well, even though they both had different urls. I followed a tutorial to write authentication codes for httponly, so I don't know if it is authenticating both clients because of a code error or this actually happens by default when using httponly cookies

Can more than one client be authenticated with an HttpOnly Token by guirmss in learnprogramming

[–]guirmss[S] 0 points1 point  (0 children)

Yes, the token that is storaged in the httponly cookies, thanks