Generating JWT token from facebook auth

Hi, I am having a little bit of trouble figuring out OAuth authentication. This is my current auth provider setup: Plugins.Add(new AuthFeature(() => new AuthUserSession(), new IAuthProvider[] { new JwtAuthProvider(AppSettings) { AuthKeyBase64 = "cGFydHkgdGltZQ==", RequireSecureConnection=false }, new CredentialsAuthProvider(AppSettings), new FacebookAuthProvider(AppSettings) { RedirectUrl = "http://localhost:4200/pages/auth/register", CallbackUrl = "http://localhost:5100/auth/facebook...

17 Aug 2018 ... Hi, I am having a little bit of trouble figuring out OAuth authentication. This is my current auth provider setup: Plugins.Add(new AuthFeature(() ...

Lee mas