Skip to content

Commit

Permalink
README Remix.run docs links (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
netanelben authored Dec 13, 2023
1 parent 1d9ae20 commit 5982fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Also, install one of the strategies. A list of strategies is available in the [C

## Usage

Remix Auth needs a session storage object to store the user session. It can be any object that implements the [SessionStorage interface from Remix](https://remix.run/docs/en/v1/api/remix#sessions).
Remix Auth needs a session storage object to store the user session. It can be any object that implements the [SessionStorage interface from Remix](https://remix.run/docs/en/main/utils/sessions#createsessionstorage).

In this example I'm using the [createCookieSessionStorage](https://remix.run/docs/en/v1/api/remix#createcookiesessionstorage) function.
In this example I'm using the [createCookieSessionStorage](https://remix.run/docs/en/main/utils/sessions#createcookiesessionstorage) function.

```ts
// app/services/session.server.ts
Expand Down

0 comments on commit 5982fca

Please sign in to comment.