Skip to content

Commit c184cb2

Browse files
committed
docs(example): include more details about logging
1 parent c88aac4 commit c184cb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ of different groups.
1515
- Different user types has different permissions (e.g. group or owner of resource)
1616
- Use of rules vs policies (see [`src/index.js`](src/index.js#L44))
1717
- Use of `beforeAll` (see [`PostPolicy`](src/index.js#L18))
18-
- Enable logging `localStorage.debug="demo*"` then refresh
1918
- Show the use of 'fail' as a function with purpose of implementing redirect
2019
after login
2120

21+
> Enable logging `localStorage.debug="demo*"` then refresh and watch the console.
22+
2223
# Not in this demo
2324

2425
- nested routes

0 commit comments

Comments
 (0)