Skip to content

Commit 3800a4a

Browse files
retried the tutorial generation
1 parent 55a48d7 commit 3800a4a

File tree

5 files changed

+479
-1098
lines changed

5 files changed

+479
-1098
lines changed

examples/_parsed/passport-examples.json

Lines changed: 28 additions & 106 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,8 @@
11
{
2-
"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",
42-
"NEXT_PUBLIC_CLIENT_ID": "Your Immutable Hub client ID"
43-
},
44-
"estimatedTime": "20 minutes",
45-
"features": [
46-
"User profile information retrieval",
47-
"Linked addresses management",
48-
"ID token verification",
49-
"Access token management",
50-
"User authentication state",
51-
"Account address display",
52-
"OAuth2/OpenID Connect integration",
53-
"Secure token handling",
54-
"Error handling and user feedback"
55-
],
56-
"relatedResources": [
57-
"Immutable Passport Documentation",
58-
"Next.js Documentation",
59-
"JWT Documentation",
60-
"OAuth2 Documentation",
61-
"OpenID Connect Documentation",
62-
"React State Management Guide"
63-
],
64-
"version": "1.0.0",
65-
"sdkVersion": {
66-
"@imtbl/sdk": "^0.0.1"
67-
}
2+
"title": "Logged-in User with Next.js",
3+
"description": "A Next.js application demonstrating how to access user information after logging in with Immutable Passport",
4+
"keywords": ["Passport", "Next.js", "Authentication", "User Info", "Linked Addresses", "Tokens"],
5+
"tech_stack": ["TypeScript", "Next.js", "React", "Biome UI"],
6+
"category": "Passport",
7+
"programming_language": "TypeScript"
688
}

0 commit comments

Comments
 (0)