0
trendline created
As we know, aspnetzero asp.net core mvc editon already integrated Facebook, Google, Microsoft Account external authentication.
Is there a guide line that I can create an OAuth authentication mechanism to authenticate the AbpUser for other third-party app or website?
I know aspnetzero already provide the token based authentication, if I flow up the TokenAuthenticate method return an access-token out, does that works fine?