Skip to content

Commit 8f672e6

Browse files
authored
Update README.md
1 parent 4a55677 commit 8f672e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default async function authentication(request: Request) {
4040
}
4141
```
4242

43-
Then only users whos accounts are made a "member" after creation could access the website.**Please be aware that this only is secure, iff you make sure that users cannot make themselves "members" [by using `@request.data.member:isset = false` in the appropriate API rules](https://github.com/pocketbase/pocketbase/discussions/5486#discussioncomment-10556948)!**
43+
Then only users whose accounts are made a "member" after creation could access the website.**Please be aware that this only is secure, iff you make sure that users cannot make themselves "members" [by using `@request.data.member:isset = false` in the appropriate API rules](https://github.com/pocketbase/pocketbase/discussions/5486#discussioncomment-10556948)!**
4444

4545
## Run it yourself
4646

0 commit comments

Comments
 (0)