schulcloud-flutter
schulcloud-flutter copied to clipboard
Handle deep links while signed out
trafficstars
When we receive a deep link pointing to a resource only available when signed in (e.g. /homework), we should store that link and navigate there after the user signed in. This also includes handling of URIs like /login?redirect=/homework/#?sort=dueDate&sortorder=-1