Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add get support after set in Server-Side #556

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andresz1
Copy link

@andresz1 andresz1 commented Jul 6, 2022

This PR enables get cookies after being set in Server-Side

nookies.set(ctx, 'key', 'value')

const cookies = nookies.get(ctx)
// before changes output: {}
// after changes output: {key: 'value'}

@andresz1 andresz1 changed the title feat: add get support after set feat: add get support after set in Server-Side Jul 6, 2022
@andresz1
Copy link
Author

@maticzav when you have time can you check it please 🙏🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants