If I type in a back-end URL - e.g. https://example.com/admin/stories - and I'm not logged in, after logging in, I expect to be redirected to the page I originally tried to browse - i.e. https://example.com/admin/stories
How can I add this functionality in Phalcon? Any example would be great.
Thanks