Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookie not sent with socket.io headers when using Cookies for authentication #21

Open
assemmarwan opened this issue Aug 10, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@assemmarwan
Copy link
Member

When using cookies for authentication, the Cookies are not set in the headers.

final opts = <dynamic, dynamic>{
  'path': path,
  'transports': <String>['websocket'],
  'extraHeaders': requiresAuthorization
      ? <String, String>{
    'Authorization': RenovationRequestOptions.headers['Authorization']  
    // <=== "Cookie missing here, if any"
  }
      : null
};
@assemmarwan assemmarwan added the bug Something isn't working label Aug 10, 2020
@assemmarwan assemmarwan self-assigned this Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant