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

[v14] TripleWeb에 sessionProvider 추가 #2981

Merged
merged 8 commits into from
Nov 13, 2023
Merged

Conversation

drakang4
Copy link
Contributor

@drakang4 drakang4 commented Nov 3, 2023

PR 설명

#2956

  • session-context를 triple-web으로 옮깁니다.

변경 내역

  • sessionProvider 추가
  • session binding 추가
  • triple-web 폴더 정리
  • util 함수 추가

예시

async function RootLayout() {
  return (
    <TripleWeb sessionProvider={await getSession()}></TripleWeb>
  )
}

@drakang4 drakang4 added this to the v14 milestone Nov 3, 2023
@drakang4 drakang4 requested a review from zhsks528 November 3, 2023 01:41
@drakang4 drakang4 self-assigned this Nov 3, 2023
@drakang4 drakang4 requested a review from a team as a code owner November 3, 2023 01:42
@drakang4 drakang4 requested review from inbeom and jhyj0521 and removed request for a team November 3, 2023 01:42
@drakang4 drakang4 merged commit bc66f65 into v14 Nov 13, 2023
2 of 6 checks passed
@drakang4 drakang4 deleted the triple-web-session-context branch November 13, 2023 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants