Skip to content

Commit

Permalink
Merge pull request #31 from ondrejurbanek/wren-am-authorization-box
Browse files Browse the repository at this point in the history
Add authorization paragraph to the access management feature list.
  • Loading branch information
karelmaxa authored Jun 10, 2024
2 parents 44ecf57 + e16e033 commit 69856d8
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 69856d8

Please sign in to comment.