Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
timb-103 committed Aug 21, 2023
1 parent 1d7d154 commit 666d349
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ MONGO_DB=

To handle the user auth flow, you can use these simple composables in any of your pages:

- `authRegister()`
- `authLogin()`
- `authLogout()`
- `authUser()`
- `useAuthRegister()`
- `useAuthLogin()`
- `useAuthLogout()`
- `useAuthUser()`

## Server side authentication

Expand Down

0 comments on commit 666d349

Please sign in to comment.