Session Invalidation
Hubble SDK’s session is independent of the session of the user in the host application.
Lets say the user has entered the SDK. When the user is browsing through it, if the session of the user in the host application is invalidated, the user would still be able to use the SDK.
During such scenarios, to invalidate the session of the user in the sdk also, partners can call below API.
Session invalidate API
Endpoint
POST https://api.myhubble.money/v1/auth/partner/logout-user
Header
X-PARTNER-SECRET: secret_key
secret_key will be shared by Hubble
Request body
{ "userId": "userId"}