Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gpalmer27 committed Jan 30, 2025
1 parent e8348ef commit 20c0865
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/docs/docs/03-backend/auth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ export async function AuthShowcase() {
The `auth()` function can only be run on the server side so we currently fetch the session information on the server side and pass it to the client side. In the above example, we make use of form actions to trigger the sign-in and sign-out functions.
:::

One thing that we can hope for is that noone will ever have to work on this code since authentication is always a pain.
:::note
We require users to sign in with their @husky.neu.edu email addresses, and if they try to sign in with something else, they are prompted to sign in again.
:::

### `Session` Type

Expand Down

0 comments on commit 20c0865

Please sign in to comment.