Authentication finally moved to the dotnet way in webapi, ready to be added to to deal with users and such
Introspection access point properly uses basic auth of client id and secret to access
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<ServerCreationForm/>
|
||||
|
||||
@code {
|
||||
protected async override Task OnInitializedAsync()
|
||||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
base.OnInitializedAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user