ServiceStack Service Redirect

bigprince

New Member
I am not sure how to do this....What is the way to intercept a call to a members only [Authenticate()] secured service. So that upon unauthorized access to a service that requires login, we redirect the call to a login page/service? Can the service alone do it? Or do I need the web page framework to do that? e.g. markdown, asp.net or mvc.net? Thank you very much.
 
Back
Top