Add API Layer to Blazor #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Blazor portion of the application needs an API Layer for communicating with the API Portion. This should be implemented as a Dotnet service we can inject, and should be setup to look at the user's access token (from the Authentication portion) and send that along with requests.