I need to generate an unique link, so that when user clicks on it, they end up on some page. However, they can't go directly to that page just by typing a simple URL on address bar.
Usecase: For example beta access to some site. Users submit a request and then admin emails them with a unique link that can be used to access signup page.
How can this be achieved in Angular 2?