Single sign in solution to switch between Tadabase and other apps without having to sign in?

Hello everyone,

I want another app we are developing to verify if a user is currently signed in in Tadabase to create a single sign in. This could work through the API but we don’t have access to the sessions table to see if a user’s session is currently active.

Does anyone have a solution?

Thanks!

Eventually we will be adding Pipes to the login and logout component which might help you with this. But the sessions table is not available via API, only inside the builder as read only.