Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
docs: update
  • Loading branch information
BibiSebi authored Jul 9, 2024
1 parent 2790af7 commit bd06b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A JavaScript library for managing authentication for [Storyblok](https://www.sto

## Migrating v1 to v2

The `@storyblok/app-extension-auth` v1 stored the access token in a cookie. However, in a future version of v2, the library will offer an adapter pattern, allowing you to store the access token elsewhere, such as in a dedicated database. And here are the breaking changes:
The `@storyblok/app-extension-auth` v1 stored the access token in a cookie. However, in a future version of v2, the library will offer an adapter pattern, allowing you to store the access token elsewhere, such as in a dedicated database. The following breaking changes abstract the code to make this transition easier in the near future:

### `sessionCookieStore``getSessionStore`

Expand Down

0 comments on commit bd06b94

Please sign in to comment.