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?
The issue is here:
stormpath-sdk-react/src/components/RegistrationForm.js
Line 64 in 6a11c86
The account stores return, but with no authorizeUri.
This is what is returned:
Please note that this DOES work using the
express-stormpath-sample-projectexample.Is this library broken?