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

docs(auth): fix iron-session example url + API #31413

Merged
merged 2 commits into from
Nov 15, 2021

Commits on Nov 15, 2021

  1. docs(auth): fix iron-session example url + API

    This fixes the iron-session example url from an old url to the new,
    always-up-to-date url.
    
    I believe the Next.js team owns the previous url but it's not up-to-date.
    
    This commit also changes req.session.get("user") => req.session.user to reflect
    the new API.
    vvo committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    c0424ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9789002 View commit details
    Browse the repository at this point in the history