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 getServerSession and SessionProvider #309

Merged
merged 1 commit into from
Dec 11, 2024

feat: add getServerSession and SessionProvider

f0e2bac
Select commit
Loading
Failed to load commit list.
Merged

feat!: add getServerSession and SessionProvider #309

feat: add getServerSession and SessionProvider
f0e2bac
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 11, 2024 in 1s

55.95% of diff hit (target 44.25%)

View this Pull Request on Codecov

55.95% of diff hit (target 44.25%)

Annotations

Check warning on line 7 in packages/elements-react/src/client/config.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/elements-react/src/client/config.ts#L7

Added line #L7 was not covered by tests

Check warning on line 11 in packages/elements-react/src/client/config.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/elements-react/src/client/config.ts#L11

Added line #L11 was not covered by tests

Check warning on line 15 in packages/elements-react/src/client/config.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/elements-react/src/client/config.ts#L15

Added line #L15 was not covered by tests

Check warning on line 19 in packages/elements-react/src/client/config.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/elements-react/src/client/config.ts#L19

Added line #L19 was not covered by tests

Check warning on line 24 in packages/elements-react/src/client/config.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/elements-react/src/client/config.ts#L24

Added line #L24 was not covered by tests

Check warning on line 30 in packages/elements-react/src/client/config.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/elements-react/src/client/config.ts#L30

Added line #L30 was not covered by tests

Check warning on line 42 in packages/elements-react/src/client/config.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/elements-react/src/client/config.ts#L42

Added line #L42 was not covered by tests

Check warning on line 47 in packages/elements-react/src/client/config.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/elements-react/src/client/config.ts#L47

Added line #L47 was not covered by tests

Check warning on line 57 in packages/elements-react/src/client/config.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/elements-react/src/client/config.ts#L57

Added line #L57 was not covered by tests

Check warning on line 62 in packages/elements-react/src/client/config.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/elements-react/src/client/config.ts#L62

Added line #L62 was not covered by tests

Check warning on line 69 in packages/elements-react/src/client/config.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/elements-react/src/client/config.ts#L69

Added line #L69 was not covered by tests

Check warning on line 73 in packages/elements-react/src/client/config.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/elements-react/src/client/config.ts#L73

Added line #L73 was not covered by tests

Check warning on line 78 in packages/elements-react/src/client/config.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/elements-react/src/client/config.ts#L77-L78

Added lines #L77 - L78 were not covered by tests

Check warning on line 82 in packages/elements-react/src/client/config.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/elements-react/src/client/config.ts#L82

Added line #L82 was not covered by tests

Check warning on line 9 in packages/elements-react/src/client/frontendClient.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/elements-react/src/client/frontendClient.ts#L9

Added line #L9 was not covered by tests

Check warning on line 6 in packages/elements-react/src/client/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/elements-react/src/client/index.ts#L5-L6

Added lines #L5 - L6 were not covered by tests

Check warning on line 52 in packages/elements-react/src/client/session-provider.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/elements-react/src/client/session-provider.tsx#L52

Added line #L52 was not covered by tests

Check warning on line 35 in packages/elements-react/src/client/useSession.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/elements-react/src/client/useSession.ts#L35

Added line #L35 was not covered by tests

Check warning on line 10 in packages/nextjs/src/app/session.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/nextjs/src/app/session.ts#L9-L10

Added lines #L9 - L10 were not covered by tests

Check warning on line 14 in packages/nextjs/src/app/session.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/nextjs/src/app/session.ts#L14

Added line #L14 was not covered by tests

Check warning on line 48 in packages/nextjs/src/app/settings.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/nextjs/src/app/settings.ts#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 50 in packages/nextjs/src/app/settings.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/nextjs/src/app/settings.ts#L50

Added line #L50 was not covered by tests