Skip to content

Commit

Permalink
Merge pull request #1138 from nchrisr/patch-1
Browse files Browse the repository at this point in the history
Fixed grammar error in SSR login docs.
  • Loading branch information
loks0n authored Jul 19, 2024
2 parents 5155e96 + 2810f13 commit a57052e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Create an endpoint using your server's framework of choice that accepts a userna
Once you have a session object, you can store it in a cookie. This will allow your users make authenticated requests to the Appwrite API from your server.

Use the `secret` property of the session object as the cookie value. The `expire` property of the session object should be used as the cookie's max age.
Here's an example with Express and PHP, but the same concepts apply to all most frameworks.
Here's an example with Express and PHP, but the same concepts apply to most frameworks.
{% multicode %}
```server-nodejs
import express from 'express';
Expand Down Expand Up @@ -464,4 +464,4 @@ If you'd like to see SSR authentication implemented in a full auth example, see
{% /cards_item %}
{% cards_item href="/docs/tutorials/astro-ssr-auth" title="Astro SSR" icon="icon-astro" %}
{% /cards_item %}
{% /cards %}
{% /cards %}

0 comments on commit a57052e

Please sign in to comment.