Skip to content

Commit

Permalink
✨ Add security tutorial link to hp
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Jan 15, 2024
1 parent 5cbff43 commit 81d72c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/security/tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ $ http PATCH :8080/users/foo password=betterSecret
[source,bash]
$ http -a admin:secret DELETE /users/foo

**Create a permssion**
**Create a permission**

[source,bash]
$ http -a admin:secret /acl _id="userCanGetInventory" predicate="path-prefix[/inventory] and method[GET]" roles:='["user"]' priority:=1
Expand Down
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ stars-bounce: true
<a href="/docs/mongodb-rest/tutorial" class="btn btn-o-white ml-1 mt-2 my-0 btn-md">MongoDB REST API Tutorial</a>
<a href="/docs/mongodb-graphql/tutorial" class="btn btn-o-white ml-1 mt-2 my-0 btn-md">MongoDB GraphQL API Tutorial</a>
<a href="/docs/plugins/tutorial" class="btn btn-o-white ml-1 mt-2 my-0 btn-md">Framework Tutorial</a>
<a href="/docs/security/tutorial" class="btn btn-o-white ml-1 mt-2 my-0 btn-md">Auth Tutorial</a>
</div>
</section>

Expand Down

0 comments on commit 81d72c9

Please sign in to comment.