crossbario / crossbar

Crossbar.io - WAMP application router
https://crossbar.io/
Other
2.05k stars 274 forks source link

Forward frontend authenticator extra additionally in proxy_authextr #2008

Closed oberstet closed 2 years ago

oberstet commented 2 years ago

currently, proxy workers only forward the frontend transport information in authextra and don't also forward user authextra which might be returned from dynamic authenticators

https://github.com/crossbario/crossbar/blob/847138679831c963c8b313984e060883efa7f15e/crossbar/worker/proxy.py#L318

luckily, once this is fixed, the rest should be "automatic", as the router will pass through the authextra back to the joining session

https://github.com/crossbario/crossbar/blob/847138679831c963c8b313984e060883efa7f15e/crossbar/router/auth/cryptosign.py#L390

oberstet commented 2 years ago

will be fixed via https://github.com/crossbario/crossbar/pull/2010