Ready to get started?

Join Adocasts Plus for $8/mo, or sign into an existing Adocasts Plus account, to get access to all of our lessons.

robot mascot smiling

Applying Our Authorization UI Checks

@tomgobich
Published by
@tomgobich
In This Lesson

We'll use our access controls to apply authorization checks to the user interface of our application. This will ensure users don't see actionable items for operations they aren't allowed to perform.

Join the Discussion 2 comments

Create a free account to join in on the discussion
  1. @jals

    Hi everyone, you can also add these css classes to `DropdownMenuContent` to manage `DropdownMenuSeparator`s automatically, '[&_[role=separator]+[role=separator]]:hidden [&_[role=separator]:first-child]:hidden [&_[role=separator]:last-child]:hidden'

    1
    1. Responding to jals
      @tomgobich

      Thanks for sharing, jals!!

      0