konsultaner / connectanum-dart

This is a WAMP client (Web Application Messaging Protocol) implementation for the dart language and flutter projects.
MIT License
22 stars 14 forks source link

Currently the connection doesn't support authextra #57

Closed cydrickn closed 1 year ago

cydrickn commented 1 year ago

Currently Client does not support additional field authextra

Where the current Client only supports arguments:

In this issue, I'm looking forward to support the authextra authextra: If provided, this data is passed to the router during the connection, which the router may use to further customize the challenge to the client.

This is authextra is documented here: https://github.com/crossbario/autobahn-js/blob/master/doc/reference.md

Screenshot 2023-08-22 at 11 02 29 PM
cydrickn commented 1 year ago

58 Add authextra

konsultaner commented 1 year ago

58 has been merged