mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 00:46:44 -05:00
"set up" as verb
This commit is contained in:
@@ -108,7 +108,7 @@ If you would like to view a completed example, you can check out the <Link href=
|
||||
<Step>
|
||||
## You're now ready!
|
||||
|
||||
You have now setup BetterAuth for your browser extension.
|
||||
You have now set up BetterAuth for your browser extension.
|
||||
|
||||
Add your desired UI and create your dream extension!
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@ export const birthdayPlugin = () =>
|
||||
|
||||
<Step>
|
||||
### Authorization logic
|
||||
For this example guide, we’ll setup authentication logic to check and ensure that the user who signs-up is older than 5.
|
||||
For this example guide, we’ll set up authentication logic to check and ensure that the user who signs-up is older than 5.
|
||||
But the same concept could be applied for something like verifying users agreeing to the TOS or anything alike.
|
||||
|
||||
To do this, we’ll utilize <Link href="/docs/concepts/plugins#hooks">Hooks</Link>, which allows us to run code `before` or `after` an action is performed.
|
||||
|
||||
Reference in New Issue
Block a user