I have an angular application and a nodejs server. I am able to authenticate a session on angular end with OAuth2 and access a secured feature service. Is there a way to share the authentication with nodejs server and access the same feature service?