-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
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
Labels
No labels