Skip to content
#

blazor-components

Here are 62 public repositories matching this topic...

bUnit
egil
egil commented Mar 8, 2021

SignOutSessionStateManager is recommended to ensure sign-outs requests are coming from a user. However, this type depends on IJSRuntime and could be added by default to the Services collection during the AddTestAuthorization() method, where JSInterop can also be configured to correctly handle JSInterop invocations.

E.g.:

context.Services.AddSingleton<SignOutSessionStateManag
FairPlayTube
efonsecab
efonsecab commented Aug 26, 2021

Depends on #317

Create the VideoPlaylistController with the following methods

  • public async Task CreatePlaylist(PlaylistModel playlistModel, CancellationToken cancellationToken)
  • public async Task DeletePlaylist(long playlistId, CancellationToken cancellationToken)
    • If the user is not owner of the playlist, throw an exception with the following message: "Unable to delete. You a

Improve this page

Add a description, image, and links to the blazor-components topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the blazor-components topic, visit your repo's landing page and select "manage topics."

Learn more