ブックマーク / www.osohq.com (1)

  • Authorization Academy - What is Authorization?

    Authorization is the mechanism for controlling who can do what in an application. It's how you make sure users have access to their own data, and aren't allowed to see data that isn't theirs. There are a common set of architecture patterns for authorization that suit any application architecture — knowing those patterns makes writing authorization code much easier. This guide will teach you those

    Authorization Academy - What is Authorization?
    sirataki256
    sirataki256 2023/08/15
    “分散型認可では、すべてのアプリが認可の決定を行うために必要なロジックとデータを備えている必要があります。一方、私たちの Git アプリケーションは、認可の決定以外に組織について知る必要はありません。”
  • 1