ThexXTURBOXx / flutter_web_auth_2

Flutter plugin for authenticating a user with a web service
https://pub.dev/packages/flutter_web_auth_2
MIT License
51 stars 50 forks source link

On response, return the whole request instead of returning only the url #85

Closed MohamadTahir closed 9 months ago

MohamadTahir commented 9 months ago

Is your feature request related to a problem? Please describe.

in our implementation we are returning a cookie that I need to perform some tasks, currently, this is not possible.

Describe the solution you'd like

I want to receive the whole response with the headers and everything.

Describe alternatives you've considered

Additional context

ThexXTURBOXx commented 9 months ago

Thanks for the feature request! However, using the current architecture, it is impossible to return the entire response. I also don't think there is a nice way to do this cross-platform. I will close this as not planned