I have been reading through Auth0 and think it would be a great way to contextualize authentication and authorization in the classroom. I have been trying to implement the SPA React tutorial with little success : ( Element type is invalid: when routes(named import) are passed to reactDOM.render() method. · Issue #106 · auth0-samples/auth0-react-samples · GitHub ) . After overcoming the react-bootstrap errors I run into issues when trying to log-in
auth0.min.esm.js:8 GET https://storefrontmvp.auth0.com/user/ssodata 404
lock.min.js:9 [Violation] 'setTimeout' handler took 105ms
index.js:410 There was an error fetching the SSO data. This could simply mean that there was a problem with the network. But, if a "Origin" error has been logged before this warning, please add...(adding this did not resolve anything"
GET https://secure.gravatar.com/avatar/860749f6372a350c9054770607c5a8de?d=404&s=160 404
GET https://secure.gravatar.com/860749f6372a350c9054770607c5a8de.json?callback=__jp0 net::ERR_ABORTED 404
Navigated to http://localhost:3000/callback
After navigating back to the app, isAuthenticated() continues to return false.
Thank you for your time, an auth0 newbie here :{