The example here for the Custom AuthProvider isn’t correct now. As of 4.0.0.22+? the OnAuthenticated now returns IHttpResult.
Small fix needed
https://github.com/ServiceStack/ServiceStack/wiki/Authentication-and-authorization
I just returned null at the end of this method after the upgrade.
Fixed, thx for reporting.