feat(smauth): Use proxy mode for device login on the Web

When proxy mode is requested, the IDP performs the final SSO login request, then returns the access token in JSON format.

This allows the SDK to circumvent browser limitations around reading the "Location" header of an HTTP response (the fragment of the redirect URL resulting from the final SSO login request would normally contain the user access token).

Depends on !26 (merged)

Fixes support#10 (closed) (requires W4 Cloud backend 0.5.0+)

Edited by Fabio Alessandrelli

Merge request reports

Loading