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

Send id_access_token to HS for use in proxied IS requests #1022

Merged
merged 2 commits into from
Aug 23, 2019

Commits on Aug 22, 2019

  1. Send id_access_token to HS for use in proxied IS requests

    This passes along the `id_access_token` to the HS, which it will need when
    speaking v2 IS APIs to the IS.
    
    Unfortunately, some HSes seem to explode when given this new parameter, so we
    only pass it along for the moment if an unstable feature `m.id_access_token` is
    also set.
    
    Part of element-hq/element-web#10525
    Defined in MSC2140
    jryans committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    31e72ef View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Change to provider object

    jryans committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    3d27481 View commit details
    Browse the repository at this point in the history