Skip to content

Pass body in Auth request. #4

Description

@vthakkar66

authEndPoint: '************************/auth',
// String?: auth host
authHeaders: {
// authenticate headers
'Authorization': 'Bearer ${PreferenceUtils.getString(Constant.ACCESS_TOKEN, '')}',
'Accept': 'application/json',
},

I have used your plugin in the flutter and finally i got connected to the socket connection but facing issue while authorization, I need to pass socket_id and channel_name into the auth request.

How can i achieve this using your plugin?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions