This PR exposes the scope feature of OAuth2 (and the client library we use) so that SDK users can optionally supply a scopes array when constructing a login URL.
Scopes will be gradually added to the Zetkin Platform API, starting with using scopes to indicate the requested auth level (single or multi-factor authentication).
This PR exposes the scope feature of OAuth2 (and the client library we use) so that SDK users can optionally supply a
scopes
array when constructing a login URL.Scopes will be gradually added to the Zetkin Platform API, starting with using scopes to indicate the requested auth level (single or multi-factor authentication).