[ADD] Implementing services/handlers
This commit is contained in:
parent
361af34036
commit
ebfafa2f29
31 changed files with 360 additions and 44 deletions
|
|
@ -1,3 +1,4 @@
|
|||
using DotBased.AspNet.Authority;
|
||||
using DotBased.Logging;
|
||||
using DotBased.Logging.MEL;
|
||||
using DotBased.Logging.Serilog;
|
||||
|
|
@ -19,6 +20,11 @@ LogService.AddLogAdapter(new BasedSerilogAdapter(serilogLogger));
|
|||
builder.Logging.ClearProviders();
|
||||
builder.Logging.AddDotBasedLoggerProvider(LogService.Options);
|
||||
|
||||
builder.Services.AddAuthority(options =>
|
||||
{
|
||||
|
||||
});
|
||||
|
||||
/*builder.Services.AddAuthentication(options =>
|
||||
{
|
||||
options.DefaultScheme = BasedAuthenticationDefaults.BasedAuthenticationScheme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue