Skip to content

Server side NextJS #980

@brandanking-decently

Description

@brandanking-decently

How does this handle requests called server side? We use the access token to get user information and send info back based on this. Is it possible that due to caching a user could get another users information.

I was going to use a custom function to generate the key, however, it seems like when the generated key function is called it doesn't receive data passed to the request via an interceptor. The use case I have is that I pass the access token to axios via an interceptor but that access token isn't part of the request when generating the key

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions