Skip to content

Hello scope #2

@Manu-2717

Description

@Manu-2717

Change modules: rename property scope to scope_map
Explicit blacklist of scopes. Standardized scopes are blacklisted and therefore ignored during a login request - unless explicitly defined in the module. This was implied previously by looking at all the mapped scopes in all the given module to see if the scope is a standardized one.
The request object which is passed to a [network].login function now uses the property query instead of qs to be consistant with the request object used by hello.api;
Adopt property popup in place of login defining the popup parameters. So now we the provider can define a default width. e.g.

popup: {
   width: 550
}

Allow for overriding request previously immutable properties. E.g.

hello(network).login({
   oauth: {auth: 'https://something.else/auth'}
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions