react-auth-app-example icon indicating copy to clipboard operation
react-auth-app-example copied to clipboard

An app example with authentication using Create React App, React, React Router, Apollo, GraphQL, Redux and Redux Form.

Results 7 react-auth-app-example issues
Sort by recently updated
recently updated
newest added

I read that Web Storage (localStorage/sessionStorage) does not prevent against XSS attacks, and cookies are the preferred way of verifying a user. What are your thoughts on this? https://stormpath.com/blog/where-to-store-your-jwts-cookies-vs-html5-web-storage Also,...

I look for the code when isAuthenticated (connectors.js) is called but i've not found. If I run on graphiql the query to list user and don't send a token: ```...

Hello, After again signup no new records showing after redirect to dashboard page. When user refresh the page then showing new records. I have added new changes in your CRUD....

Add tests with Jest for testing the entire app.

Hello, Firstly thanks for creating this application with Graphql+Redux. How to add delete records and edit records links with functionality? Means user can delete/edit records.

enhancement

There is a security issue when ComposedComponent appears for a second before redirect when the user is unauthenticated.

Not an issue, just wanted to say thank you! Your project helped me immensely!