You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client side should use a isAuthed() HOC
should render the component or redirect them back to the home view b
const isAuthed = ({ component: Xcm }) => {
return class extends React.Component {
// componentWillMount
// check the cookies for token validity
// INVALID: return back to the Home unauthed
// VALID: return the component
}
}
Basic authentication using firebase and torii
simple login email & password
The text was updated successfully, but these errors were encountered: