polubis / Dream-stack-for-React-dev

https://dream-stack-for-react-dev.vercel.app
26 stars 5 forks source link

[Improvement] When session expire - user is signed out display this component as fallback #351

Open polubis opened 10 months ago

polubis commented 10 months ago

Context

In every place where being signed in is required, use following component as fallback.

with heading: 'Your session expired 💤' with description: 'Sign in again to explore our advanced features our our application'

See other places here is used. Remember to wrap it with component.

Definition of done

  1. The info section is displayed when user session expired.
  2. The section have typical layout of application.