branch icon

Allow to set username on social registration. #15369

Resolves #15367

https://github.com/abpframework/abp/pull/17755

image image image
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="7.0.4" />

context.Services.AddAuthentication(options => { /* Authentication options */ })
    .AddGitHub(options =>
    {
        options.ClientId = "638e0d18efa094ed39b5";
        options.ClientSecret = "e833b490d591eddf5b59363060dabe4e47edc8af";
    });
Version
8.0.0-rc.1
Release Date
21 नवंबर, 2023
Labels
abp-module-account