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: Implement Gen2 Next.js React Server Components (RSC) Quickstart #6776

Merged

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    c7a6502 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    b79251d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    166183f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8dfd5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b6b6b2 View commit details
    Browse the repository at this point in the history
  4. wip - finalize todos section

    kevinold committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1aad2c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    106f045 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. fix fragment path

    kevinold committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    dd80efc View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    5c0f60b View commit details
    Browse the repository at this point in the history
  2. Import AuthUser to avoid TypeScript error

    Co-authored-by: Scott Rees <6165315+reesscot@users.noreply.github.com>
    kevinold and reesscot authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    d7551d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99f8a9a View commit details
    Browse the repository at this point in the history
  4. Group imports into logical sections

    Co-authored-by: Caleb Pollman <cpollman@amazon.com>
    kevinold and calebpollman authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6e18355 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97e524c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    cc9f678 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    94584de View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. fix typo for AuthUser import

    kevinold committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7d89719 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e72781a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    4147474 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba0cc98 View commit details
    Browse the repository at this point in the history
  3. Clarify that Server Page implementation does not need the Login clien…

    …t component
    
    Co-authored-by: Heather Pundt <119376175+heatheramz@users.noreply.github.com>
    kevinold and heatheramz authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4f9c194 View commit details
    Browse the repository at this point in the history
  4. Add link for Authenticator customization

    Co-authored-by: Scott Rees <6165315+reesscot@users.noreply.github.com>
    kevinold and reesscot authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3ea14a3 View commit details
    Browse the repository at this point in the history