stormpath-express-react-example
stormpath-express-react-example copied to clipboard
Fullstack example application, using React, Express.js, and Stormpath
seemed to install properly changed this in server.js var port = process.env.PORT || 8080; this is stormpath.yml ----------------------------------------------------- client: apiKey: id: DKxpwkHpQoXl2vN9mcqpO secrect: XXXXXXXXXXX application: href: https://api.stormpath.com/v1/applications/E06fHmKKom1hZd1gsr13y ----------------------------------------------------------------------------- then i...
Using exact same stormpath.yml in this app and `express-stormpath-sample-project`. There I get a Social Login button, here I don't.
I use the following as the contents of the LoginForm: ``` Error: Login ``` and it doesn't find the fields. It submits: { username: "", password: "" } to the...
The documentation is not quite clear, and I'm having a hard time getting social login to work. Would be nice to have an example of social login, perhaps a step...
Clone the sample project and open dev tools -> Navigate to localhost:3000 -> You'll see a 401 error, a GET request to /me. ![screen shot 2017-01-19 at 3 34 32...
This can be reproduced by logging in (after creating a user if necessary) and trying to edit the profile page. The form will give the error 'Unexpected token T in...
Why do we need this file? ``` export MasterPage from './MasterPage' export IndexPage from './IndexPage' export LoginPage from './LoginPage' export RegisterPage from './RegisterPage' export ResetPasswordPage from './ResetPasswordPage' export VerifyEmailPage from...
Hey -- I know you'll probably be updating this for the Client API soon, so I want to suggest two improvements: 1. The "confirm your password" field in `/profile` is...
Why is that? This is for Chrome, I am not sure about the other browsers...