Skip to content

Commit

Permalink
DX-2411 Add a warning about expiring cookies (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillsud authored Sep 18, 2023
1 parent c2213eb commit 352b440
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added assets/devtools-cookie-delete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions examples/nextjs-full-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ Once your server is up and running:
2. Open a board in your Developer team.
3. To start the app, click the corresponding app icon in the app toolbar on the left.

> ⚠️ In case of error `401` returned by a REST API request, remove the `miro_tokens` cookie for the `localhost`
> domain in the browser:
>
> <img alt="Chrome's DevTools cookies delete" src="https://github.com/miroapp/app-examples/raw/main/assets/devtools-cookie-delete.png" />
>
> In the example, the access token refresh functionality has not been implemented to keep the implementation
> simple and focused on the topic.
## Folder structure

```
Expand Down

2 comments on commit 352b440

@vercel
Copy link

@vercel vercel bot commented on 352b440 Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app-examples-wordle – ./examples/wordle

app-examples-wordle.vercel.app
app-examples-wordle-git-main-anthonyroux.vercel.app
app-examples-wordle-anthonyroux.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 352b440 Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

webhooks-manager – ./examples/webhooks-manager

webhooks-manager-git-main-miro-web.vercel.app
webhooks-manager-sepia.vercel.app
webhooks-manager-miro-web.vercel.app

Please sign in to comment.