Google sign in Metabase & NodeJs at the same time

Hello everyone.
Hope you are doing well.

We are running Metabase and NodeJs projects that interacting each other.
Actually, NodeJs project users are Metabase users.

Currently, user sign in 2 websites seperately.

Problem: We want to sign in Metabase and use this signed-in authentication on NodeJs too.
So that sign in only once on Metabase.

  • Metabase: Google Sign In
  • NodeJs: JWT authentication

Client wish that users do Google Sign In.

How can I achieve this task ?

Looking forward to your careful consideration.
Best regards.

Have you done the Google Oauth2 sso in your node application? Google should offer your users a simple button auth if you’ve done sso in Metabase already