Redirect back to previous URL after the restoration of the authorization session
The problem
When navigating board without authorization or with expired token you get redirected to login page, after signing in you get navigated to boards list but not the board you tried to access.
The solution
Store last navigation attempt in local storage, if it exists - navigate to it after sign in.