You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"title": "Passport Logged-in User Features with Next.js",
3
-
"description": "A comprehensive example demonstrating how to access and manage logged-in user information using Immutable Passport in a Next.js application. Features include retrieving user profile data, linked addresses, and token verification. This example shows how to implement post-authentication functionality in a secure and user-friendly way.",
4
-
"keywords": [
5
-
"authentication",
6
-
"passport",
7
-
"web3",
8
-
"user profile",
9
-
"linked addresses",
10
-
"token verification",
11
-
"Next.js",
12
-
"React",
13
-
"Immutable SDK",
14
-
"identity management",
15
-
"JWT tokens",
16
-
"OAuth2",
17
-
"OpenID Connect",
18
-
"wallet connection"
19
-
],
20
-
"programmingLanguage": "TypeScript",
21
-
"techStack": [
22
-
"Next.js",
23
-
"React",
24
-
"TypeScript",
25
-
"Immutable SDK",
26
-
"Passport",
27
-
"Biom3 UI",
28
-
"OAuth2",
29
-
"OpenID Connect"
30
-
],
31
-
"category": "User Management & Identity",
32
-
"difficulty": "Beginner",
33
-
"prerequisites": [
34
-
"Node.js",
35
-
"Basic understanding of React/Next.js",
36
-
"Immutable Hub account",
37
-
"Understanding of JWT tokens",
38
-
"Familiarity with OAuth2/OpenID Connect concepts"
39
-
],
40
-
"environmentVariables": {
41
-
"NEXT_PUBLIC_PUBLISHABLE_KEY": "Your Immutable Hub publishable API key",
0 commit comments