Asp.net Web api has out of the box support for token based authentication with minor configuration settings. I havent found anything like that for servicestack. Is there anyway how I can setup servicestack to provide tokens on authentication instead of session id.
ServiceStack includes support for JWT built-in there are also a couple of other projects that enable token-based authentication with ServiceStack:
来源:https://stackoverflow.com/questions/34038039/does-servicestack-support-token-based-authentication