Is there any reason why the recommended /users/{user_id}/token method is not implemented here for generating a session token? I'm getting started with sendbird and want to implement the most secure authentication strategy which I believe is Session Tokens... only Access Tokens seem to be fully supported here in the v3.
Is there any reason why the recommended
/users/{user_id}/tokenmethod is not implemented here for generating a session token? I'm getting started with sendbird and want to implement the most secure authentication strategy which I believe is Session Tokens... only Access Tokens seem to be fully supported here in the v3.