Skip to content

Social Login doesn't work #191

@advance512

Description

@advance512

The issue is here:

if (!accountStore.provider) {

The account stores return, but with no authorizeUri.
This is what is returned:

{ 
	href: "https://api.stormpath.com/v1/directories/...",
	name: "My Application Google Directory",
	provider: {
		clientId: "...-......apps.googleusercontent.com",
		href: "https://api.stormpath.com/v1/directories/...../provider",
		providerId: "google",
		scope: "email profile"
	}
}

Please note that this DOES work using the express-stormpath-sample-project example.

Is this library broken?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions