Skip to content

Commit

Permalink
Add authorization paragraph to the access management feature list.
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejurbanek committed May 16, 2024
1 parent 05181f6 commit e16e033
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions site/.vitepress/theme/components/index/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,15 @@ import Feature from './Feature.vue';
the need to re-implement it in your apps.
</template>
</Feature>
<Feature>
<template #title>
Authorization
</template>
<template #description>
Consolidate the management of your access policies and implement fine-grained access control to
multiple resources using a central policy decision point.
</template>
</Feature>
</Features>
</div>

Expand Down

0 comments on commit e16e033

Please sign in to comment.