Sign in
apache
/
casbin-node-casbin-examples
/
refs/heads/master
/
.
/
angular
/
src
/
app
/
enforcer
/
enforcer.component.html
blob: 4a542d10476a63618c6ee9ad12a3af38f7579512 [
file
] [
log
] [
blame
]
<h1>
{{ title }}
</h1>
<h2>
Request ({{ sub }}, {{ obj }}, {{ act }})
</h2>
<h3
id
=
"enforce-result"
>
{{ result ? 'Allowed' : 'Denied' }}
</h3>