Skip to content

Commit

Permalink
Merge pull request #735 from campbelljlowman/patch-1
Browse files Browse the repository at this point in the history
Update overview.mdx fix typo
  • Loading branch information
rishabhpoddar authored Nov 2, 2023
2 parents 9a9dc10 + 9c90cb0 commit a116d80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There are three methods of session verification that you can use with SuperToken
- [Use the `getSession` function](./get-session)
- [Manually verify the JWT using a JWT verification lib](../with-jwt/jwt-verification).

The method you pick depends on your code structur and your preference:
The method you pick depends on your code structure and your preference:

### `verifySession` middleware
The `verifySession` function is a middleware, and it's the easiest to use, but it requires that your backend framework supports the concept of a middlewares. This function also writes responses to the client on its own based on the session's validity and the config you provide it.
Expand Down

0 comments on commit a116d80

Please sign in to comment.