Diego Romero-Lovo
Diego Romero-Lovo
@bezysoftware Any update regarding this? @420tech Regarding retrieving custom claims from the client: I don't know too much about Firebase Auth. But this is something that you can use as...
Hi @futureflare You should adhere to "I confirm that I am using English to submit this report (我已阅读并同意 https://github.com/langgenius/dify/issues/1542)." So everyone can understand this. 你好, @futureflare ,你应该坚持 https://github.com/langgenius/dify/issues/1542 这样每个人都能理解 That...
@rho-cassiopeiae @mohachouch In my case. the client implementation is sending two request. The first one with the token (a regular http-request) and the second one a http request with the...
As a hacky workaround I've added an Authorization header to the ws request in web_socket_channel_io.dart ``` var request = Request('GET', wsUri) ..headers.addAll({ 'Connection': 'Upgrade', 'Authorization': 'Bearer $token', 'Upgrade': 'websocket', 'Sec-WebSocket-Key':...
@ialyzaafan It was a long time ago, I don't remember what was going on. Right now, I'm using `flutter_unity_widget` for all of that stuff. https://github.com/juicycleff/flutter-unity-view-widget
@yunus00fkrt Can you provide also your Hub implementation, your auth pipeline and your Program.cs? Could be that something is wrong in the other end.
@swingingtom I haven't had time to check it out, but as soon as I have some time I will comment the update of this issue, most probably whis weekend.
@ZuzooVn I haven't had time yet. I'm going to make this this weekend and submit a PR to get feedback.
@ZuzooVn https://github.com/langgenius/dify/pull/4767
Hi, @takatost . Just to avoid confusions , when you mention 'target branch,' are you referring to the base branch when doing a PR? If that's so, I'm going to...