Do I need to authenticate the user twice to access our own API and edit the name of the user from the same SPA?

Well, honestly I just hoped that I could get away with auth and profile management just from the client-side. Even if this microservice/proxy is dead simple, it’s just one more thing that we need to build and maintain.

On the other hand, I can see the security reasons behind this decision, so… let’s build a proxy.

1 Like