How to pass Authenticated Token between web applications

Hi,

I have two apps. The first app authenticates the user. I am using FirebaseUI-Angular here and works well.

How do I pass the authentication token received to the second site so that the user do not have to sign in on the second site?

Thank you for your help in advance!!